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 dfe3157 commit 374fb6fCopy full SHA for 374fb6f
README.md
@@ -33,7 +33,7 @@ Adding dependency:
33
<dependency>
34
<groupId>com.instancify.scriptify.declaration</groupId>
35
<artifactId>generator</artifactId>
36
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
37
</dependency>
38
```
39
@@ -48,5 +48,5 @@ maven {
48
49
Adding dependency:
50
```groovy
51
-implementation "com.instancify.scriptify.declaration:generator:1.0.0-SNAPSHOT"
+implementation "com.instancify.scriptify.declaration:generator:1.0.1-SNAPSHOT"
52
0 commit comments