Skip to content

Commit

Permalink
version bump (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
punksta committed Sep 2, 2018
1 parent f8a79fd commit 24fed8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "1.0.1"
versionName "1.0.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
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": "sortgame",
"version": "0.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Info = ({scrollViewRef}) => {
fontSize: 12
}}
>
version: 1.0.1
version: 1.0.2
</Text>

<View style={{}}>
Expand Down

0 comments on commit 24fed8c

Please sign in to comment.