Skip to content

Commit

Permalink
Update package versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed May 24, 2014
1 parent d540764 commit dc4ab0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenXC Android Library Changelog

## v5.3.1-dev
## v5.3.2

* Be less strict about incoming JSON messages (allow whitespace).

Expand Down
2 changes: 1 addition & 1 deletion openxc-it/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.openxc" android:versionCode="14" android:versionName="5.3.2-dev">
package="com.openxc" android:versionCode="14" android:versionName="5.3.2">

<supports-screens android:largeScreens="true" android:xlargeScreens="true"
android:anyDensity="true" />
Expand Down
2 changes: 1 addition & 1 deletion openxc/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.openxc" android:versionCode="14" android:versionName="5.3.2-dev">
package="com.openxc" android:versionCode="14" android:versionName="5.3.2">
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<service android:name="com.openxc.VehicleManager"/>
Expand Down

0 comments on commit dc4ab0e

Please sign in to comment.