Skip to content

Commit

Permalink
[BUILD] v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Jun 30, 2021
1 parent eccfe59 commit 4f9836e
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 @@ -35,7 +35,7 @@ val ast = booleanGrammar.parseToEnd("a & (b1 -> c1) | a1 & !b | !(a1 -> a2) -> a

```kotlin
dependencies {
implementation("me.alllex.parsus:parsus:0.1.3")
implementation("me.alllex.parsus:parsus:0.1.4")
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>me.alllex.parsus</groupId>
<artifactId>parsus</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "me.alllex.parsus"
version = "0.1.4-SNAPSHOT"
version = "0.1.4"

dependencies {
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 4f9836e

Please sign in to comment.