Skip to content

Commit 65a0628

Browse files
committedAug 25, 2019
Prepare version 1.0.3
1 parent 2f98256 commit 65a0628

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JsonLogic is documented extensively at [JsonLogic.com](http://jsonlogic.com), in
1111
<dependency>
1212
<groupId>io.github.jamsesso</groupId>
1313
<artifactId>json-logic-java</artifactId>
14-
<version>1.0.2</version>
14+
<version>1.0.3</version>
1515
</dependency>
1616
```
1717

@@ -68,4 +68,4 @@ Changes do not happen frequently enough to require them.
6868
4. Create a git tag (`git tag v{VERSION}`) and push: `git push && git push --tags`.
6969
5. Run `./gradlew clean build uploadArchives` to push to Sonatype.
7070
6. Bump the version in the `build.gradle` file and add `-SNAPSHOT` to it.
71-
7. Add and commit the changes.
71+
7. Add and commit the changes.

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group "io.github.jamsesso"
8-
version "1.0.3-SNAPSHOT"
8+
version "1.0.3"
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)
Please sign in to comment.