We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628b661 commit 5b83410Copy full SHA for 5b83410
README.md
@@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
11
Gradle
12
13
```groovy
14
-implementation 'eu.afse:eu.afse.jsonlogic:0.9.4'
+implementation 'eu.afse:eu.afse.jsonlogic:0.9.5'
15
```
16
17
Maven
@@ -20,7 +20,7 @@ Maven
20
<dependency>
21
<groupId>eu.afse</groupId>
22
<artifactId>eu.afse.jsonlogic</artifactId>
23
- <version>0.9.4</version>
+ <version>0.9.5</version>
24
<type>pom</type>
25
</dependency>
26
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
7
apply plugin: 'jacoco'
8
9
group 'eu.afse'
10
-version '0.9.4'
+version '0.9.5'
repositories {
mavenCentral()
0 commit comments