Skip to content

Commit

Permalink
Modified: version
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoxng committed May 30, 2024
1 parent cdad59e commit e8c0e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.joget.marketplace</groupId>
<artifactId>bootstrap-steps-display</artifactId>
<packaging>bundle</packaging>
<version>7.0.1</version>
<version>7.0.2</version>
<name>bootstrap-steps-display</name>
<url>http://www.joget.org</url>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public String getName() {

@Override
public String getVersion() {
return "7.0.1";
return "7.0.2";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public String getName() {

@Override
public String getVersion() {
return "7.0.1";
return "7.0.2";
}

@Override
Expand Down

0 comments on commit e8c0e6b

Please sign in to comment.