Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 16, 2024
1 parent 698fc9a commit 8f9a136
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"expo": {
"name": "Alby Go",
"slug": "alby-mobile",
"version": "1.4.2",
"scheme": ["bitcoin", "lightning", "alby"],
"version": "1.5.0",
"scheme": [
"bitcoin",
"lightning",
"alby"
],
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -12,7 +16,9 @@
"resizeMode": "cover",
"backgroundColor": "#0F0C40"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"plugins": [
[
"expo-camera",
Expand Down Expand Up @@ -49,7 +55,9 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundImage": "./assets/adaptive-icon-bg.png"
},
"permissions": ["android.permission.CAMERA"]
"permissions": [
"android.permission.CAMERA"
]
},
"extra": {
"eas": {
Expand All @@ -58,4 +66,4 @@
},
"owner": "roland_alby"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alby-go",
"version": "1.4.2",
"version": "1.5.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
Expand Down Expand Up @@ -66,4 +66,4 @@
"typescript": "~5.3.3"
},
"private": true
}
}

0 comments on commit 8f9a136

Please sign in to comment.