Skip to content

Commit

Permalink
Simulate release v0.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
indvd00m committed Dec 31, 2023
1 parent e8bd958 commit 78bc67e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ascii-render-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.indvd00m.ascii.render</groupId>
<artifactId>ascii-render-api</artifactId>
<packaging>jar</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>0.0.100</version>
<name>ascii-render-api</name>
<description>ASCII renderer in pure java with no external dependencies. API interfaces.</description>
<url>https://github.com/indvd00m/java-ascii-render</url>
Expand Down
2 changes: 1 addition & 1 deletion ascii-render/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.indvd00m.ascii.render</groupId>
<artifactId>ascii-render</artifactId>
<packaging>jar</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>0.0.100</version>
<name>ascii-render</name>
<description>ASCII renderer in pure java with no external dependencies. API implementation.</description>
<url>https://github.com/indvd00m/java-ascii-render</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.indvd00m.ascii.render</groupId>
<artifactId>java-ascii-render</artifactId>
<packaging>pom</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>0.0.100</version>
<name>java-ascii-render</name>
<description>ASCII renderer in pure java with no external dependencies. Root pom.</description>
<url>https://github.com/indvd00m/java-ascii-render</url>
Expand Down

0 comments on commit 78bc67e

Please sign in to comment.