Skip to content

Commit 062f8b5

Browse files
committed
Wersja 1.0.0
1 parent bd7843a commit 062f8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ który wykorzystywany jest do budowania drzewa abstrakcyjnej syntaktyki za pomoc
2525
<dependency>
2626
<groupId>pl.koder95</groupId>
2727
<artifactId>Interpreter</artifactId>
28-
<version>1.0-SNAPSHOT</version>
28+
<version>1.0.0</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>pl.koder95</groupId>
88
<artifactId>interpreter</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<name>Interpreter by Koder95</name>
1111
<description>Universal implementation of the Interpreter Design Pattern.</description>
1212
<url>https://github.com/koder95/Interpreter</url>

0 commit comments

Comments
 (0)