Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashinFries committed Nov 26, 2023
1 parent 18f82cb commit 0c3b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
name: IS_DEV ? "CivitAI-RN DEV" : "CivitAI-RN",
slug: "CivitAI-RN",
scheme: IS_DEV ? "civitai-rn-dev" : "civitai-rn",
version: "0.0.6",
version: "0.0.7",
orientation: "portrait",
icon: "./assets/icon.png",
userInterfaceStyle: "light",
Expand Down

0 comments on commit 0c3b5bf

Please sign in to comment.