Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syoon2 committed Jan 8, 2024
1 parent 82a47ed commit 975a7e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="logo.png" width="48"> JDec v2.0.0-beta5
# <img src="logo.png" width="48"> JDec v2.0.0

[![CI](https://github.com/Summer2023SHY/JDec/actions/workflows/ci.yml/badge.svg)](https://github.com/Summer2023SHY/JDec/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion jdec-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>jdec-parent</artifactId>
<groupId>com.github.automaton</groupId>
<version>2.0.0-beta5</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdec-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdec-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>jdec-parent</artifactId>
<groupId>com.github.automaton</groupId>
<version>2.0.0-beta5</version>
<version>2.0.0</version>
</parent>
<artifactId>jdec-assembly</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jdec-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>jdec-parent</artifactId>
<groupId>com.github.automaton</groupId>
<version>2.0.0-beta5</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdec-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- parent pom -->
<groupId>com.github.automaton</groupId>
<artifactId>jdec-parent</artifactId>
<version>2.0.0-beta5</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>JDec</name>
<url>https://github.com/Summer2023SHY/JDec</url>
Expand Down

0 comments on commit 975a7e8

Please sign in to comment.