We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7843a commit 062f8b5Copy full SHA for 062f8b5
README.md
@@ -25,7 +25,7 @@ który wykorzystywany jest do budowania drzewa abstrakcyjnej syntaktyki za pomoc
25
<dependency>
26
<groupId>pl.koder95</groupId>
27
<artifactId>Interpreter</artifactId>
28
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
29
</dependency>
30
```
31
pom.xml
@@ -6,7 +6,7 @@
6
7
8
<artifactId>interpreter</artifactId>
9
10
<name>Interpreter by Koder95</name>
11
<description>Universal implementation of the Interpreter Design Pattern.</description>
12
<url>https://github.com/koder95/Interpreter</url>
0 commit comments