Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
Conflicts:
	bin/oref0-setup.sh
	package.json
  • Loading branch information
scottleibrand committed Jul 14, 2017
2 parents ace821f + 5dfd444 commit 02418ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
make && sudo make install && echo && touch /tmp/reboot-required && echo mraa installed. Please reboot before using. && echo ) || die "Could not compile mraa"
sudo bash -c "grep -q i386-linux-gnu /etc/ld.so.conf || echo /usr/local/lib/i386-linux-gnu/ >> /etc/ld.so.conf && ldconfig" || die "Could not update /etc/ld.so.conf"
fi
fi
fi

echo Checking openaps dev installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oref0",
"version": "0.5.0-dev",
"version": "0.4.3",
"description": "openaps oref0 reference implementation of the reference design",
"scripts": {
"test": "make test",
Expand Down

0 comments on commit 02418ac

Please sign in to comment.