Skip to content

Commit

Permalink
Bumped up app version for v1.0.1 release with bug fixes
Browse files Browse the repository at this point in the history
1. comment screen crash bug
2. user session on box did not expire when user was removed from the box
3. removing posts did not clean image from storage (dev)

Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
  • Loading branch information
sarthakpranesh committed Jul 6, 2020
1 parent 7d5e9fc commit 1b9e158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.0"
versionName "1.0.1"
multiDexEnabled true
}
splits {
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": "cosmos.ReactNative",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 1b9e158

Please sign in to comment.