Skip to content

Commit 49dc2a2

Browse files
author
Daniel Rees
committed
Prepare version 0.1.6
1 parent 0ef2141 commit 49dc2a2

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repositories {
6565
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
6666
```$xslt
6767
dependencies {
68-
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.5'
68+
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.6'
6969
}
7070
```
7171

RELEASING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@ Release Process
55
2. Update `README.md` with the version about to be released.
66
3. Commit: `git commit -am "Prepare version X.Y.X"`
77
4. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
8-
5. Update `version` in `build.grade` to the next development version. For example, if
9-
you just tagged version 1.0.4 you would set this value to 1.0.5. Do NOT append "-SNAPSHOT" to
10-
this value, it will be added automatically.
11-
6. Commit: `git commit -am "Prepare next development version."`
12-
7. Push: `git push && git push --tags`
13-
8. Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases).
8+
5. Push: `git push && git push --tags`
9+
6. Add the new release with notes (https://github.com/dsrees/JavaPhoenixClient/releases).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.github.dsrees'
11-
version '0.1.5'
11+
version '0.1.6'
1212

1313
sourceCompatibility = 1.8
1414

0 commit comments

Comments
 (0)