Skip to content

Commit

Permalink
feat: Bump app version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Dec 16, 2022
1 parent e59b831 commit f853ffa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.0.34
# 1.0.1

## ✨ Features

Expand All @@ -9,6 +9,18 @@
## 🔧 Tech


# 1.0.0

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech

* Bump app version to `1.0.0` for release publication ([PR #](https://github.com/cozy/cozy-react-native/pull/))

# 0.0.33

## ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3301
versionName "0.0.33"
versionCode 100001
versionName "1.0.0"
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 @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.33</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0003301</string>
<string>0100001</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</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": "0.0.33",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit f853ffa

Please sign in to comment.