Skip to content

Commit a7aa78e

Browse files
author
Konstantinos Grassos
committed
Version 0.9.7.1
1 parent 7c362a7 commit a7aa78e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# json-logic-kotlin
2-
[ ![Download](https://api.bintray.com/packages/advantagefse/json-logic-kotlin/eu.afse.jsonlogic/images/download.svg) ](https://bintray.com/advantagefse/json-logic-kotlin/eu.afse.jsonlogic/_latestVersion)
2+
[ ![Download](https://search.maven.org/favicon.ico?v=3) ](https://central.sonatype.dev/artifact/io.github.advantagefse/json-logic-kotlin/0.9.7.1/versions)
33
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.21-blue.svg)](https://kotlinlang.org)
44
[![Build Status](https://travis-ci.com/advantagefse/json-logic-kotlin.svg?branch=master)](https://travis-ci.com/advantagefse/json-logic-kotlin)
55
[![Codecov](https://codecov.io/github/advantagefse/json-logic-kotlin/coverage.svg?branch=master)](https://codecov.io/gh/advantagefse/json-logic-kotlin)
@@ -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.7'
14+
implementation 'io.github.advantagefse:json-logic-kotlin:0.9.7.1'
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.7</version>
23+
<version>0.9.7.1</version>
2424
<type>pom</type>
2525
</dependency>
2626
```

build.gradle

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

1010
group 'io.github.advantagefse'
11-
version '0.9.7'
11+
version '0.9.7.1'
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)