Skip to content

Commit

Permalink
v0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Feb 27, 2019
1 parent f78264c commit 690bc53
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.47.0",
"version": "0.47.1",
"private": true,
"author": {
"name": "Bruno Lemos",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.47.0",
"version": "0.47.1",
"private": false,
"main": "dist",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"prepare": "cd .. && yarn patch-package"
},
"dependencies": {
"@devhub/core": "0.47.0",
"@devhub/core": "0.47.1",
"@octokit/rest": "16.15.0",
"axios": "^0.18.0",
"bugsnag-js": "^4.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.47.0",
"version": "0.47.1",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.47.0",
"version": "0.47.1",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Expand Up @@ -103,8 +103,8 @@ android {
applicationId "com.devhubapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1484
versionName "0.47.0"
versionCode 1493
versionName "0.47.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/devhub/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.47.0</string>
<string>0.47.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1484</string>
<string>1493</string>
<key>ENTRY_FILE</key>
<string>$(ENTRY_FILE)</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.47.0",
"version": "0.47.1",
"private": false,
"scripts": {
"clean": "cd .",
Expand All @@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.47.0",
"@devhub/components": "0.47.1",
"jsc-android": "236355.1.1",
"metro-react-native-babel-preset": "^0.51.0",
"react": "16.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.47.0",
"version": "0.47.1",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@devhub/components": "0.47.0",
"@devhub/components": "0.47.1",
"react": "16.8.1",
"react-app-polyfill": "^0.1.3",
"react-art": "16.8.1",
Expand Down

0 comments on commit 690bc53

Please sign in to comment.