Skip to content

Commit 5b83410

Browse files
author
Antonis Lilis
committed
Version 0.9.5
1 parent 628b661 commit 5b83410

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
@@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
1111
Gradle
1212

1313
```groovy
14-
implementation 'eu.afse:eu.afse.jsonlogic:0.9.4'
14+
implementation 'eu.afse:eu.afse.jsonlogic:0.9.5'
1515
```
1616

1717
Maven
@@ -20,7 +20,7 @@ Maven
2020
<dependency>
2121
<groupId>eu.afse</groupId>
2222
<artifactId>eu.afse.jsonlogic</artifactId>
23-
<version>0.9.4</version>
23+
<version>0.9.5</version>
2424
<type>pom</type>
2525
</dependency>
2626
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
77
apply plugin: 'jacoco'
88

99
group 'eu.afse'
10-
version '0.9.4'
10+
version '0.9.5'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)