Skip to content

Commit b811934

Browse files
committed
bump version from 0.1.0-SNAPSHOT to 0.1.0 and update README badge
1 parent f37b957 commit b811934

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![License](https://img.shields.io/badge/license-MIT-red)
2-
![Maven Central](https://img.shields.io/maven-central/v/de.splatgames.aether/aether-datafixers-core)
2+
![Maven Central](https://img.shields.io/maven-central/v/de.splatgames.aether/aether-datafixers)
33
![Version](https://img.shields.io/badge/version-0.1.0-orange)
44

55
# Aether Datafixers 🔧

aether-datafixers-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.splatgames.aether.datafixers</groupId>
88
<artifactId>aether-datafixers-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>aether-datafixers-api</artifactId>

aether-datafixers-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.splatgames.aether.datafixers</groupId>
88
<artifactId>aether-datafixers-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>aether-datafixers-bom</artifactId>

aether-datafixers-codec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.splatgames.aether.datafixers</groupId>
88
<artifactId>aether-datafixers-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>aether-datafixers-codec</artifactId>

aether-datafixers-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.splatgames.aether.datafixers</groupId>
88
<artifactId>aether-datafixers-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>aether-datafixers-core</artifactId>

aether-datafixers-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.splatgames.aether.datafixers</groupId>
99
<artifactId>aether-datafixers-parent</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
</parent>
1212

1313
<artifactId>aether-datafixers-examples</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.splatgames.aether.datafixers</groupId>
88
<artifactId>aether-datafixers-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>aether-datafixers-api</module>

0 commit comments

Comments
 (0)