Skip to content

Commit 374fb6f

Browse files
committed
chore: update version in README
1 parent dfe3157 commit 374fb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Adding dependency:
3333
<dependency>
3434
<groupId>com.instancify.scriptify.declaration</groupId>
3535
<artifactId>generator</artifactId>
36-
<version>1.0.0-SNAPSHOT</version>
36+
<version>1.0.1-SNAPSHOT</version>
3737
</dependency>
3838
```
3939

@@ -48,5 +48,5 @@ maven {
4848

4949
Adding dependency:
5050
```groovy
51-
implementation "com.instancify.scriptify.declaration:generator:1.0.0-SNAPSHOT"
51+
implementation "com.instancify.scriptify.declaration:generator:1.0.1-SNAPSHOT"
5252
```

0 commit comments

Comments
 (0)