Skip to content

Commit dc85a66

Browse files
committed
Simulate release v0.0.101
1 parent bc05cad commit dc85a66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ascii-render-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>ascii-render-api</artifactId>
99
<packaging>jar</packaging>
10-
<version>0.0.100</version>
10+
<version>0.0.101</version>
1111
<name>ascii-render-api</name>
1212
<description>ASCII renderer in pure java with no external dependencies. API interfaces.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

ascii-render/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>ascii-render</artifactId>
99
<packaging>jar</packaging>
10-
<version>0.0.100</version>
10+
<version>0.0.101</version>
1111
<name>ascii-render</name>
1212
<description>ASCII renderer in pure java with no external dependencies. API implementation.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>java-ascii-render</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.0.100</version>
10+
<version>0.0.101</version>
1111
<name>java-ascii-render</name>
1212
<description>ASCII renderer in pure java with no external dependencies. Root pom.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

0 commit comments

Comments
 (0)