Skip to content

Commit

Permalink
v0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Mar 23, 2019
1 parent 620d977 commit 13b5f96
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.48.0",
"version": "0.48.1",
"private": true,
"author": {
"name": "Bruno Lemos",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.48.0",
"version": "0.48.1",
"private": false,
"main": "dist",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@bugsnag/js": "6.0.0",
"@bugsnag/plugin-react": "6.0.0",
"@devhub/core": "0.48.0",
"@devhub/core": "0.48.1",
"@octokit/rest": "16.20.0",
"axios": "0.18.0",
"bugsnag-react-native": "2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.48.0",
"version": "0.48.1",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.48.0",
"version": "0.48.1",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1560
versionName "0.48.0"
versionName "0.48.1"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/devhub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.48.0</string>
<string>0.48.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.48.0",
"version": "0.48.1",
"private": false,
"scripts": {
"clean": "cd .",
Expand All @@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.48.0",
"@devhub/components": "0.48.1",
"metro-react-native-babel-preset": "0.53.1",
"react": "16.8.4",
"react-native": "0.59.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.48.0",
"version": "0.48.1",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@babel/polyfill": "7.4.0",
"@devhub/components": "0.48.0",
"@devhub/components": "0.48.1",
"react": "16.8.4",
"react-app-polyfill": "0.2.2",
"react-art": "16.8.4",
Expand Down

0 comments on commit 13b5f96

Please sign in to comment.