Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Feb 5, 2018
1 parent 3f8f22a commit a146e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ For more examples see [unit tests](http://github.com/ttulka/recursive-expression

## Release Changes

Not released yet.
### 1.0.0
Initial version.

## License

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>cz.net21.ttulka.recexp</groupId>
<artifactId>recursive-expressions</artifactId>
<version>0.0.2-beta</version>
<version>1.0.0</version>

<name>Recursive Expressions</name>
<description>Java library for working with recursive expressions and context-free languages and grammars.</description>
Expand Down

0 comments on commit a146e36

Please sign in to comment.