Skip to content

Commit 873c5c0

Browse files
committed
release v1.6.0
1 parent a87d5bf commit 873c5c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "dev.fuwa.pskey"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 10
90-
versionName "1.5.0"
89+
versionCode 11
90+
versionName "1.6.0"
9191
}
9292
signingConfigs {
9393
debug {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.fuwa.pskey",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"scripts": {
55
"android": "react-native run-android",
66
"ios": "react-native run-ios",

src/components/configModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const ConfigModal: React.FC<Props> = (props) => {
162162
source={{ uri: "splash_icon" }}
163163
style={{ width: 100, height: 100 }}
164164
/>
165-
<Text style={[style_fg, styles.headingText]}>PSkey v1.5.0</Text>
165+
<Text style={[style_fg, styles.headingText]}>PSkey v1.6.0</Text>
166166
<Text style={[style_fg, styles.noteText]}>{t("aboutPSkey")}</Text>
167167
<Pressable
168168
onPress={() => {

0 commit comments

Comments
 (0)