Skip to content

Commit

Permalink
bump app version and add company name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed May 16, 2024
1 parent b9db9d2 commit b3a6d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
name: "Serenity",
owner: "naisho-gmbh",
slug: "serenity",
version: "0.0.6",
version: "0.0.7",
orientation: "portrait",
plugins: ["expo-font", "expo-secure-store", ["react-native-libsodium", {}]],
icon: "./assets/images/icon.png",
Expand All @@ -23,6 +23,7 @@ export default {
supportsTablet: true,
bundleIdentifier: "page.serenityapp.ios",
associatedDomains: ["applinks:serenity.li"],
companyName: "Naisho GmbH",
},
android: {
package: "page.serenityapp.ios",
Expand Down

0 comments on commit b3a6d89

Please sign in to comment.