From a146e363e36a2cf4aecf7568e48a92daa09c8825 Mon Sep 17 00:00:00 2001 From: Tomas Tulka Date: Mon, 5 Feb 2018 20:27:16 +0100 Subject: [PATCH] version 1.0.0 --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2fdd2e..89d7cdd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index d332814..51f2787 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 cz.net21.ttulka.recexp recursive-expressions - 0.0.2-beta + 1.0.0 Recursive Expressions Java library for working with recursive expressions and context-free languages and grammars.