We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b4874 commit fe92ea2Copy full SHA for fe92ea2
app.config.js
@@ -6,7 +6,7 @@ export default ({ config }) => {
6
...config,
7
name: "Alby Go",
8
slug: "alby-mobile",
9
- version: "2.0.0",
+ version: "2.0.1",
10
scheme: [
11
"lightning",
12
"bitcoin",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "alby-go",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"main": "./index.js",
5
"scripts": {
"start": "expo start",
0 commit comments