Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Mar 4, 2019
1 parent 1c8914d commit efcdce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
Gradle

```groovy
implementation 'eu.afse:eu.afse.jsonlogic:0.9.2'
implementation 'eu.afse:eu.afse.jsonlogic:0.9.3'
```

Maven
Expand All @@ -17,7 +17,7 @@ Maven
<dependency>
<groupId>eu.afse</groupId>
<artifactId>eu.afse.jsonlogic</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply plugin: 'maven-publish'

group 'eu.afse'
version '0.9.2'
version '0.9.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit efcdce5

Please sign in to comment.