Skip to content

Commit 5d20b3a

Browse files
committed
releasing v0.8
1 parent c3ae05b commit 5d20b3a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install:
4747
- yarn install
4848
- npm install -g react-native-cli
4949
script:
50-
- npm run ci
50+
- yarn ci
5151
- cd android
5252
- ./gradlew clean
5353
- ./gradlew assembleDebug

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103
applicationId "com.notifyavailability"
104104
minSdkVersion 16
105105
targetSdkVersion 22
106-
versionCode 7
107-
versionName "0.7"
106+
versionCode 8
107+
versionName "0.8"
108108
ndk {
109109
abiFilters "armeabi-v7a", "x86"
110110
}

android/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=NotifyAvailability:app
33
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44
sonar.projectName=NotifyAvailability
5-
sonar.projectVersion=0.7
5+
sonar.projectVersion=0.8
66

77
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
88
# This property is optional if sonar.modules is set.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notify-availability",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

0 commit comments

Comments
 (0)