Skip to content

Commit 33cbec0

Browse files
committed
Release 1.0.7
1 parent e89792d commit 33cbec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.6</version>
14+
<version>1.0.7</version>
1515
</dependency>
1616
```
1717

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)