Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdavidson committed Jan 26, 2018
1 parent d295812 commit 582fc66
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun Dec 24 15:18:57 PST 2017
#Thu Jan 25 21:05:12 PST 2018
connection.project.dir=
3 changes: 3 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.6 (January 25, 2018)

* Initial public release.
2 changes: 1 addition & 1 deletion android/app/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Jan 04 13:56:12 PST 2018
#Thu Jan 25 21:05:13 PST 2018
connection.project.dir=..
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ android {
applicationId "com.trimetric_mobile"
minSdkVersion 23
targetSdkVersion 27
versionCode 10
versionName "1.0.5"
versionCode 11
versionName "1.0.6"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions ios/trimetric_mobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>17</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion selected_items_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ function mapStateToProps(state) {
arrivalVehicleInfo: getVehicleInfoFromArrival(state),
following: state.following,
item: getSelectedItem(state),
itemIndex: state.itemIndex,
itemIndex: state.selectedItemIndex,
itemsInfo: getSelectedItemsInfo(state),
vehicleStopInfo: getStopInfoFromSelectedItem(state)
};
Expand Down

0 comments on commit 582fc66

Please sign in to comment.