Skip to content

Commit

Permalink
Bumped up the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed Nov 23, 2015
1 parent 88cab29 commit 4f550c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.5.0(______) (November __, 2015)
## v1.5.0(151123) (November 23, 2015)
- Make sure frames sent and received are correct.
- Added copy selection feature to terminal shield.
- Remove select all button in shields list.
Expand Down
4 changes: 2 additions & 2 deletions oneSheeld/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.integreight.onesheeld"
android:versionCode="151119"
android:versionName="1.5.0-rc2">
android:versionCode="151123"
android:versionName="1.5.0">


<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*/
public class OneSheeldApplication extends Application {
private SharedPreferences appPreferences;
public static int ARDUINO_LIBRARY_VERSION = 7;
public static int ARDUINO_LIBRARY_VERSION = 9;
private final String APP_PREF_NAME = "oneSheeldPreference";
private final String LAST_DEVICE = "lastConnectedDevice";
private final String MAJOR_VERSION = "majorVersion";
Expand Down

0 comments on commit 4f550c9

Please sign in to comment.