Skip to content

Commit

Permalink
Perform release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2023
1 parent e201422 commit 4c1fd74
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions naikan-client/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 naikan-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naikan",
"version": "0.4.3-SNAPSHOT",
"version": "0.4.3",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
Expand Down
2 changes: 1 addition & 1 deletion naikan-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.enofex</groupId>
<artifactId>naikan-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<artifactId>naikan-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion naikan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.enofex</groupId>
<artifactId>naikan-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<artifactId>naikan-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion naikan-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.enofex</groupId>
<artifactId>naikan-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<artifactId>naikan-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.enofex</groupId>
<artifactId>naikan-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<packaging>pom</packaging>

<name>Naikan</name>
Expand Down

0 comments on commit 4c1fd74

Please sign in to comment.