Skip to content

Commit

Permalink
Version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Mar 6, 2019
1 parent 628b661 commit 5b83410
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 @@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
Gradle

```groovy
implementation 'eu.afse:eu.afse.jsonlogic:0.9.4'
implementation 'eu.afse:eu.afse.jsonlogic:0.9.5'
```

Maven
Expand All @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>eu.afse</groupId>
<artifactId>eu.afse.jsonlogic</artifactId>
<version>0.9.4</version>
<version>0.9.5</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 @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
apply plugin: 'jacoco'

group 'eu.afse'
version '0.9.4'
version '0.9.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit 5b83410

Please sign in to comment.