File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
7
7
...config ,
8
8
name : NAME ,
9
9
slug : SLUG ,
10
- version : '0.0.1 ' ,
10
+ version : '0.0.2 ' ,
11
11
orientation : 'portrait' ,
12
12
icon : './assets/images/icon.png' ,
13
13
scheme : SLUG ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"production" : {
17
17
"autoIncrement" : true ,
18
- "channel" : " prod-0.0.1 "
18
+ "channel" : " prod-0.0.2 "
19
19
}
20
20
},
21
21
"submit" : {
22
22
"production" : {}
23
23
}
24
- }
24
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rnr/showcase" ,
3
3
"main" : " index.js" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"scripts" : {
6
6
"start" : " ENV=development expo start --clear --dev-client" ,
7
7
"device:ios" : " ENV=development expo run:ios --device" ,
You can’t perform that action at this time.
0 commit comments