Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Jul 30, 2018
1 parent be3b5d1 commit caac724
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId "com.speks.nazar"
minSdkVersion 16
targetSdkVersion 22
versionCode 6
versionName "1.2.0"
versionCode 7
versionName "1.2.1"
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": "Nazar",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"author": "speks",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Home extends Component {
textAlign: "right"
}}
>
v1.2.0
v1.2.1
</Text>
</View>
<View
Expand Down

0 comments on commit caac724

Please sign in to comment.