Skip to content

Commit 5b8d666

Browse files
committed
chore(showcase): bump to v0.0.2
1 parent 4e7ca5b commit 5b8d666

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/showcase/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
77
...config,
88
name: NAME,
99
slug: SLUG,
10-
version: '0.0.1',
10+
version: '0.0.2',
1111
orientation: 'portrait',
1212
icon: './assets/images/icon.png',
1313
scheme: SLUG,

apps/showcase/eas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"production": {
1717
"autoIncrement": true,
18-
"channel": "prod-0.0.1"
18+
"channel": "prod-0.0.2"
1919
}
2020
},
2121
"submit": {
2222
"production": {}
2323
}
24-
}
24+
}

apps/showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rnr/showcase",
33
"main": "index.js",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"start": "ENV=development expo start --clear --dev-client",
77
"device:ios": "ENV=development expo run:ios --device",

0 commit comments

Comments
 (0)