We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb830f commit 2d9b143Copy full SHA for 2d9b143
README.md
@@ -17,7 +17,7 @@ Releases are available from Maven Central
17
<dependency>
18
<groupId>com.singingbush</groupId>
19
<artifactId>sdlang</artifactId>
20
- <version>2.0.0</version>
+ <version>2.0.1</version>
21
</dependency>
22
```
23
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>2.0.1-SNAPSHOT</version>
10
<name>SDLang</name>
11
<description>Support for SDLang (Simple Declarative Language)</description>
12
<url>https://github.com/SingingBush/SDL</url>
0 commit comments