File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " devhub" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : true ,
5
5
"author" : {
6
6
"name" : " Bruno Lemos" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/components" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : false ,
5
5
"main" : " dist" ,
6
6
"scripts" : {
13
13
"dependencies" : {
14
14
"@bugsnag/js" : " 6.1.0" ,
15
15
"@bugsnag/plugin-react" : " 6.1.0" ,
16
- "@devhub/core" : " 0.92 .0" ,
16
+ "@devhub/core" : " 0.93 .0" ,
17
17
"@octokit/rest" : " 16.20.0" ,
18
18
"axios" : " 0.18.0" ,
19
19
"bugsnag-react-native" : " 2.16.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/core" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : false ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/desktop" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : false ,
5
5
"main" : " dist/index.js" ,
6
6
"author" : {
69
69
}
70
70
},
71
71
"dependencies" : {
72
- "@devhub/core" : " 0.92 .0" ,
72
+ "@devhub/core" : " 0.93 .0" ,
73
73
"electron-store" : " 4.0.0" ,
74
74
"electron-updater" : " 4.0.14" ,
75
75
"jsonfile" : " 5.0.0" ,
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ android {
113
113
applicationId " com.devhubapp"
114
114
minSdkVersion rootProject. ext. minSdkVersion
115
115
targetSdkVersion rootProject. ext. targetSdkVersion
116
- versionCode 1949
117
- versionName " 0.92 .0"
116
+ versionCode 2009
117
+ versionName " 0.93 .0"
118
118
}
119
119
splits {
120
120
abi {
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.92 .0 </string >
20
+ <string >0.93 .0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
34
34
</dict >
35
35
</array >
36
36
<key >CFBundleVersion </key >
37
- <string >1949 </string >
37
+ <string >2009 </string >
38
38
<key >ENTRY_FILE </key >
39
39
<string >$(ENTRY_FILE) </string >
40
40
<key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/mobile" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"clean" : " cd ." ,
15
15
"xcode" : " open ios/devhub.xcworkspace"
16
16
},
17
17
"dependencies" : {
18
- "@devhub/components" : " 0.92 .0" ,
18
+ "@devhub/components" : " 0.93 .0" ,
19
19
"metro-react-native-babel-preset" : " 0.53.1" ,
20
20
"react" : " 16.8.6" ,
21
21
"react-native" : " 0.59.8" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/web" ,
3
- "version" : " 0.92 .0" ,
3
+ "version" : " 0.93 .0" ,
4
4
"private" : false ,
5
5
"homepage" : " ./" ,
6
6
"scripts" : {
18
18
"test" : " react-app-rewired test"
19
19
},
20
20
"dependencies" : {
21
- "@devhub/components" : " 0.92 .0" ,
21
+ "@devhub/components" : " 0.93 .0" ,
22
22
"react" : " 16.8.6" ,
23
23
"react-app-polyfill" : " 1.0.1" ,
24
24
"react-art" : " 16.8.6" ,
You can’t perform that action at this time.
0 commit comments