Skip to content

Commit

Permalink
0.0.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 18, 2023
1 parent 79c466e commit ea1ef58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get the latest release from Github Packages, simply add the following to your
<dependency>
<groupId>org.queenlang</groupId>
<artifactId>queen-antlr</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.queenlang</groupId>
<artifactId>queen-antlr</artifactId>
<version>0.0.7-SNAPSHOT</version><!--rrv-sed-flag-->
<version>0.0.8-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<name>Queen grammar</name>
<dependencies>
Expand Down

0 comments on commit ea1ef58

Please sign in to comment.