Skip to content

Commit

Permalink
release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuki2003 committed Jul 24, 2024
1 parent a817cd7 commit 6720e40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ android {
applicationId "dev.fuwa.pskey"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.7.1"
versionCode 14
versionName "1.8.0"
}
signingConfigs {
debug {
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": "dev.fuwa.pskey",
"version": "1.7.1",
"version": "1.8.0",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
Expand Down
2 changes: 1 addition & 1 deletion src/components/configModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const ConfigModal: React.FC<Props> = (props) => {
source={{ uri: "splash_icon" }}
style={{ width: 100, height: 100 }}
/>
<Text style={[style_fg, styles.headingText]}>PSkey v1.7.1</Text>
<Text style={[style_fg, styles.headingText]}>PSkey v1.8.0</Text>
<Text style={[style_fg, styles.noteText]}>{t("aboutPSkey")}</Text>
<Pressable
onPress={() => {
Expand Down

0 comments on commit 6720e40

Please sign in to comment.