Skip to content

Commit

Permalink
chore: update version to 1.1.1 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Sep 29, 2023
1 parent 21f13dd commit 6e922fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/expo/app.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { version } = require('./package.json')

/* eslint-disable */
const APP_VARIANT = process.env.APP_VARIANT || 'production'

Expand Down Expand Up @@ -41,7 +44,7 @@ const config = {
scheme: 'paradym',
slug: 'paradym-wallet',
owner: 'animo-id',
version: '1.1.0',
version,
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'light',
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-app",
"version": "1.0.0",
"version": "1.1.1",
"main": "index.js",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6e922fb

Please sign in to comment.