Skip to content

Commit

Permalink
feat: Bump app version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Jun 6, 2023
1 parent 0bfc90d commit d9b0d40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.7

## 🐛 Bug Fixes

* Ensure that the user can't go back to the home from a LockScreen/Pin/Password view [PR #824](https://github.com/cozy/cozy-flagship-app/pull/824)

# 1.1.6

## 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ android {
applicationId "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101062
versionName "1.1.6"
versionCode 101070
versionName "1.1.7"
multiDexEnabled true
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<string>1.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101062</string>
<string>0101070</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
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": "cozy-react-native",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitycozy",
Expand Down

0 comments on commit d9b0d40

Please sign in to comment.