Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Mar 7, 2021
1 parent 77d03d3 commit 62c6b6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.7 (under dev)
## 1.1.0

**Features**
- `StringChoice` parser to optimzie the reserved word / identifier system.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
// === MAIN BUILD DETAILS ==========================================================================

group = "com.norswap"
version = "1.0.6"
version = "1.0.7"
description = "A parser combinator library"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

dependencies {
// ...
implementation("com.norswap:autumn:1.0.6")
implementation("com.norswap:autumn:1.0.7")
}
```

Expand All @@ -43,7 +43,7 @@ repositories {
dependencies {
// ...
implementation 'com.norswap:autumn:1.0.6'
implementation 'com.norswap:autumn:1.0.7'
}
```

Expand Down

0 comments on commit 62c6b6a

Please sign in to comment.