Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uwol committed Nov 12, 2017
1 parent 4e5f3b3 commit 5679c76
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 @@ -71,7 +71,7 @@ and add the dependency
<dependency>
<groupId>io.github.uwol</groupId>
<artifactId>vb6parser</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>An ANTLR4-based parser and grammar for Visual Basic 6.0</description>
<groupId>io.github.uwol</groupId>
<artifactId>vb6parser</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand Down

0 comments on commit 5679c76

Please sign in to comment.