Skip to content

Commit 0e864c2

Browse files
committed
v0.1.1
1 parent 90f2fa3 commit 0e864c2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tr.warnings; // list of warning messages, if any
2525
<dependency>
2626
<groupId>com.webfuzzing</groupId>
2727
<artifactId>overlay-jvm</artifactId>
28-
<version>0.1.0</version>
28+
<version>0.1.1</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.webfuzzing</groupId>
66
<artifactId>overlay-jvm</artifactId>
77

8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99

1010
<inceptionYear>2026</inceptionYear>
1111
<name>overlay-jvm</name>

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Under development in `master` branch.
44

5+
# 0.1.1
6+
7+
Adding JavaDocs for main classes
8+
59
# 0.1.0
610

711
First working release

0 commit comments

Comments
 (0)