Skip to content

Commit

Permalink
update version (#42)
Browse files Browse the repository at this point in the history
* Fix ClassLookups not being setup

* Rebase (#41)

* added 1.18.2 Support (#39)

* Fix ClassLookups not being setup (#40)

Co-authored-by: SyntaxJason <[email protected]>

* Update version

Co-authored-by: SyntaxJason <[email protected]>
  • Loading branch information
Lauriichan and SyntaxJason authored Apr 10, 2022
1 parent 6418571 commit 79614f0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion vcompat-1_17_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat-1_17_R1</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vcompat-1_18_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat-1_18_R1</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vcompat-1_18_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat-1_18_R2</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vcompat-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vcompat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vcompat-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</parent>
<artifactId>vcompat-legacy</artifactId>

Expand Down

0 comments on commit 79614f0

Please sign in to comment.