Skip to content

Commit

Permalink
GMS-135 Version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Aug 22, 2024
1 parent c65682e commit 66e0e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/gms-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gms-frontend",
"version": "1.0.2",
"version": "1.0.2-SNAPSHOT",
"scripts": {
"ng": "ng",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve",
Expand Down
2 changes: 1 addition & 1 deletion code/gms-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.gms</groupId>
<artifactId>give-my-secret</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
</parent>
<artifactId>gms-frontend</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.gms</groupId>
<artifactId>give-my-secret</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>give-my-secret</name>
Expand Down

0 comments on commit 66e0e2d

Please sign in to comment.