Skip to content

Commit e881436

Browse files
authored
Release 2.2.6 (version bump) (#253)
2 parents 000e6a8 + e3981da commit e881436

File tree

9 files changed

+24
-20
lines changed

9 files changed

+24
-20
lines changed

Applications/Console/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Applications</artifactId>
77
<groupId>com.agentdid127.resourcepack</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -71,4 +71,4 @@
7171
</build>
7272

7373

74-
</project>
74+
</project>

Applications/Gui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Applications</artifactId>
77
<groupId>com.agentdid127.resourcepack</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -68,4 +68,4 @@
6868
</plugins>
6969
</build>
7070

71-
</project>
71+
</project>

Applications/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ResourcePackConverter</artifactId>
77
<groupId>com.agentdid127</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99

1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -33,13 +33,13 @@
3333
<dependency>
3434
<groupId>com.agentdid127.resourcepack</groupId>
3535
<artifactId>Forwards</artifactId>
36-
<version>2.2.5</version>
36+
<version>2.2.6</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.agentdid127.resourcepack</groupId>
4040
<artifactId>Backwards</artifactId>
41-
<version>2.2.5</version>
41+
<version>2.2.6</version>
4242
</dependency>
4343
</dependencies>
4444

45-
</project>
45+
</project>

conversions/Backwards/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>conversions</artifactId>
77
<groupId>com.agentdid127.resourcepack</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,4 +18,4 @@
1818
<maven.compiler.target>8</maven.compiler.target>
1919
</properties>
2020

21-
</project>
21+
</project>

conversions/Forwards/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>conversions</artifactId>
77
<groupId>com.agentdid127.resourcepack</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -18,4 +18,4 @@
1818
<maven.compiler.target>8</maven.compiler.target>
1919
</properties>
2020

21-
</project>
21+
</project>

conversions/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ResourcePackConverter</artifactId>
77
<groupId>com.agentdid127</groupId>
8-
<version>2.2.5</version>
8+
<version>2.2.6</version>
99

1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -32,8 +32,8 @@
3232
<dependency>
3333
<groupId>com.agentdid127.resourcepack</groupId>
3434
<artifactId>Library</artifactId>
35-
<version>2.2.5</version>
35+
<version>2.2.6</version>
3636
</dependency>
3737
</dependencies>
3838

39-
</project>
39+
</project>

library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.agentdid127</groupId>
1212
<artifactId>ResourcePackConverter</artifactId>
13-
<version>2.2.5</version>
13+
<version>2.2.6</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
16-
</project>
16+
</project>

library/src/main/resources/protocol.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,5 +350,9 @@
350350
"1.21.7": {
351351
"protocol_version": 772,
352352
"pack_format": 64
353-
}
354-
}
353+
},
354+
"1.21.8": {
355+
"protocol_version": 772,
356+
"pack_format": 64
357+
}
358+
}

pom.xml

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

77
<groupId>com.agentdid127</groupId>
88
<artifactId>ResourcePackConverter</artifactId>
9-
<version>2.2.5</version>
9+
<version>2.2.6</version>
1010
<packaging>pom</packaging>
1111
<name>ResourcePackConverter</name>
1212

0 commit comments

Comments
 (0)