Skip to content

Commit

Permalink
release: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Jan 23, 2024
1 parent 6f90bef commit 35fc40b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.4.2"
versionName "1.4.3"

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.4.2",
"version": "1.4.3",
"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.4.2"
"https://github.com/sdip15fa/safecantonese.ai.app/releases/tag/1.4.3"
)
}
>
1.4.2
1.4.3
</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.4.2/LICENSE.md"
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.4.3/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.4.2/third-party-licenses.txt"
"https://github.com/sdip15fa/safecantonese.ai.app/blob/1.4.3/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.4.2",
"version": "1.4.3",
"main": "expo-router/entry",
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit 35fc40b

Please sign in to comment.