Skip to content

Commit 1bc3006

Browse files
Prepare for release 0.5.0 (#55)
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 52b6265 commit 1bc3006

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
current-version: 0.4.1
2+
current-version: 0.5.0
33
next-version: 1.0.0-SNAPSHOT
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following dependency to your project's `pom.xml` file:
1818
<dependency>
1919
<groupId>io.quarkiverse.openapi.generator</groupId>
2020
<artifactId>quarkus-openapi-generator</artifactId>
21-
<version>0.4.1</version>
21+
<version>0.5.0</version>
2222
</dependency>
2323
```
2424

˜!

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
release:
2+
current-version: 0.5.0
3+
next-version: 1.0.0-SNAPSHOT
4+

0 commit comments

Comments
 (0)