Skip to content

Commit

Permalink
Release 0.4.1 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdandoy committed May 30, 2023
1 parent a6ae956 commit bb05a2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dbpopd/src/main/java/org/dandoy/dbpopd/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@OpenAPIDefinition(
info = @Info(
title = "dbpopd",
version = "0.4.0"
version = "0.4.1"
)
)
public class Application {
Expand Down
4 changes: 2 additions & 2 deletions dbpopr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dbpopr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbpopr",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbpopVersion=0.4.0
dbpopVersion=0.4.1

0 comments on commit bb05a2d

Please sign in to comment.