Skip to content

Commit

Permalink
release: 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 9, 2024
1 parent 04a4068 commit f96146b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ android {
applicationId 'me.wcyat.safecantoneseai'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1800
versionName "1.8.0"
versionCode 1810
versionName "1.8.1"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
}
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "safecantonese.ai",
"slug": "safecantonese-ai",
"scheme": "me.wcyat.safecantoneseai",
"version": "1.8.0",
"version": "1.8.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand Down
8 changes: 4 additions & 4 deletions app/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ export default function Page() {
style={{ color: "blue", margin: 5 }}
onPress={() =>
Linking.openURL(
"https://github.com/sdip15fa/safecantonese.ai.app/releases/tag/1.8.0"
"https://github.com/sdip15fa/safecantonese.ai.app/releases/tag/1.8.1"
)
}
>
1.8.0
1.8.1
</Text>
<Text text40 style={{ margin: 5 }}>
Source Code
Expand All @@ -78,7 +78,7 @@ export default function Page() {
style={{ color: "blue", margin: 5 }}
onPress={() =>
Linking.openURL(
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.0/LICENSE.md"
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.1/LICENSE.md"
)
}
>
Expand All @@ -88,7 +88,7 @@ export default function Page() {
style={{ color: "blue", margin: 5 }}
onPress={() => {
Linking.openURL(
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.0/third-party-licenses.txt"
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.8.1/third-party-licenses.txt"
);
}}
>
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": "safecantonese.ai.app",
"version": "1.8.0",
"version": "1.8.1",
"main": "expo-router/entry",
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit f96146b

Please sign in to comment.