Skip to content

Commit

Permalink
feat: Bump app version to 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Mar 25, 2024
1 parent 7642f0f commit c352895
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# 1.1.26

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.25

## ✨ Features

* Add the ability to send app's logs by email ([PR #1187](https://github.com/cozy/cozy-flagship-app/pull/1187))

## 🐛 Bug Fixes

* Fix a bug that prevented to preview and download files ([PR #1193](https://github.com/cozy/cozy-flagship-app/pull/1193))
* Fix some wordings and translations ([PR #1186](https://github.com/cozy/cozy-flagship-app/pull/1186))
* Improve Client Side Connectors stability ([PR #1191](https://github.com/cozy/cozy-flagship-app/pull/1191))

## 🔧 Tech

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101243
versionName "1.1.24"
versionCode 101250
versionName "1.1.25"
multiDexEnabled true
resValue "string", "build_config_package", "io.cozy.flagship.mobile"
missingDimensionStrategy "store", "play"
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.24</string>
<string>1.1.25</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101243</string>
<string>0101252</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.24",
"version": "1.1.25",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit c352895

Please sign in to comment.