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 80951fd commit 40b1e58Copy full SHA for 40b1e58
README.md
@@ -8,7 +8,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
8
Gradle
9
10
```groovy
11
-implementation 'eu.afse:eu.afse.jsonlogic:0.9.1'
+implementation 'eu.afse:eu.afse.jsonlogic:0.9.2'
12
```
13
14
Maven
@@ -17,7 +17,7 @@ Maven
17
<dependency>
18
<groupId>eu.afse</groupId>
19
<artifactId>eu.afse.jsonlogic</artifactId>
20
- <version>0.9.1</version>
+ <version>0.9.2</version>
21
<type>pom</type>
22
</dependency>
23
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
apply plugin: 'maven-publish'
7
group 'eu.afse'
-version '0.9.1'
+version '0.9.2'
repositories {
mavenCentral()
0 commit comments