Skip to content

Commit d994eab

Browse files
committed
feat: Bump version to 3.0.6
1 parent ea15707 commit d994eab

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1+
# 3.0.7
2+
3+
## ✨ Features
4+
5+
6+
## 🐛 Bug Fixes
7+
8+
9+
## 🔧 Tech
10+
11+
112
# 3.0.6
213

314
## ✨ Features
415

16+
* Add support for Android 13 clipboard management ([PR #93](https://github.com/cozy/cozy-pass-mobile/pull/93))
517

618
## 🐛 Bug Fixes
719

20+
* Fix login by email to make it work on Firefox browsers ([PR #95](https://github.com/cozy/cozy-pass-mobile/pull/95))
821

922
## 🔧 Tech
1023

24+
* Change Android TargetSDK for 33 ([PR #93](https://github.com/cozy/cozy-pass-mobile/pull/93))
1125

1226
# 3.0.5
1327

src/Android/Properties/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:tools="http://schemas.android.com/tools"
5-
android:versionCode="3000501"
6-
android:versionName="3.0.5"
5+
android:versionCode="3000602"
6+
android:versionName="3.0.6"
77
android:installLocation="internalOnly"
88
package="io.cozy.pass">
99

src/iOS.Autofill/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>io.cozy.pass.mobile.autofill</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>3.0.5</string>
14+
<string>3.0.6</string>
1515
<key>CFBundleLocalizations</key>
1616
<array>
1717
<string>en</string>
@@ -96,6 +96,6 @@
9696
</dict>
9797
</dict>
9898
<key>CFBundleVersion</key>
99-
<string>3000501</string>
99+
<string>3000603</string>
100100
</dict>
101101
</plist>

src/iOS.Extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>io.cozy.pass.mobile.find-login-action-extension</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>3.0.5</string>
14+
<string>3.0.6</string>
1515
<key>CFBundleLocalizations</key>
1616
<array>
1717
<string>en</string>
@@ -113,6 +113,6 @@
113113
<string>com.apple.ui-services</string>
114114
</dict>
115115
<key>CFBundleVersion</key>
116-
<string>3000501</string>
116+
<string>3000603</string>
117117
</dict>
118118
</plist>

src/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>io.cozy.pass.mobile</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>3.0.5</string>
14+
<string>3.0.6</string>
1515
<key>CFBundleIconName</key>
1616
<string>AppIcon</string>
1717
<key>CFBundleURLTypes</key>
@@ -137,6 +137,6 @@
137137
</dict>
138138
</dict>
139139
<key>CFBundleVersion</key>
140-
<string>3000501</string>
140+
<string>3000603</string>
141141
</dict>
142142
</plist>

0 commit comments

Comments
 (0)