Skip to content

Commit

Permalink
Bumped version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerschamm committed Oct 22, 2021
1 parent 8c85aff commit ab94d40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ahoy-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>za.co.lsd.ahoy</groupId>
<artifactId>ahoy</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>ahoy-server</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ahoy-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahoy-ui",
"version": "0.5.0-SNAPSHOT",
"version": "0.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion ahoy-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>za.co.lsd.ahoy</groupId>
<artifactId>ahoy</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>ahoy-ui</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>za.co.lsd.ahoy</groupId>
<artifactId>ahoy</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>ahoy</name>
Expand Down

0 comments on commit ab94d40

Please sign in to comment.