Skip to content

Commit 6720e40

Browse files
committed
release v1.8.0
1 parent a817cd7 commit 6720e40

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
@@ -87,8 +87,8 @@ android {
8787
applicationId "dev.fuwa.pskey"
8888
minSdkVersion rootProject.ext.minSdkVersion
8989
targetSdkVersion rootProject.ext.targetSdkVersion
90-
versionCode 13
91-
versionName "1.7.1"
90+
versionCode 14
91+
versionName "1.8.0"
9292
}
9393
signingConfigs {
9494
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.7.1",
3+
"version": "1.8.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
@@ -230,7 +230,7 @@ const ConfigModal: React.FC<Props> = (props) => {
230230
source={{ uri: "splash_icon" }}
231231
style={{ width: 100, height: 100 }}
232232
/>
233-
<Text style={[style_fg, styles.headingText]}>PSkey v1.7.1</Text>
233+
<Text style={[style_fg, styles.headingText]}>PSkey v1.8.0</Text>
234234
<Text style={[style_fg, styles.noteText]}>{t("aboutPSkey")}</Text>
235235
<Pressable
236236
onPress={() => {

0 commit comments

Comments
 (0)