Skip to content

Commit

Permalink
Prepare version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Feb 12, 2019
1 parent 0ef2141 commit 49dc2a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
```$xslt
dependencies {
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.5'
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.6'
}
```

Expand Down
8 changes: 2 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ Release Process
2. Update `README.md` with the version about to be released.
3. Commit: `git commit -am "Prepare version X.Y.X"`
4. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
5. Update `version` in `build.grade` to the next development version. For example, if
you just tagged version 1.0.4 you would set this value to 1.0.5. Do NOT append "-SNAPSHOT" to
this value, it will be added automatically.
6. Commit: `git commit -am "Prepare next development version."`
7. Push: `git push && git push --tags`
8. Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases).
5. Push: `git push && git push --tags`
6. Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases).
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.github.dsrees'
version '0.1.5'
version '0.1.6'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 49dc2a2

Please sign in to comment.