Skip to content

Commit 40b1e58

Browse files
author
Antonis Lilis
committed
Version 0.9.2
1 parent 80951fd commit 40b1e58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
88
Gradle
99

1010
```groovy
11-
implementation 'eu.afse:eu.afse.jsonlogic:0.9.1'
11+
implementation 'eu.afse:eu.afse.jsonlogic:0.9.2'
1212
```
1313

1414
Maven
@@ -17,7 +17,7 @@ Maven
1717
<dependency>
1818
<groupId>eu.afse</groupId>
1919
<artifactId>eu.afse.jsonlogic</artifactId>
20-
<version>0.9.1</version>
20+
<version>0.9.2</version>
2121
<type>pom</type>
2222
</dependency>
2323
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
apply plugin: 'maven-publish'
77

88
group 'eu.afse'
9-
version '0.9.1'
9+
version '0.9.2'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)