Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Apr 27, 2021
1 parent 24e38fc commit 62da481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Please notice that you need to authenticate with GitHub Packages ([Maven](https:
<depedency>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat</artifactId>
<version>2.1.3</version>
<version>2.1.5</version>
<scope>provided</scope>
<dependency>
<depedencies>
Expand All @@ -118,7 +118,7 @@ plugins {
}
dependencies {
compileOnly group: 'net.sourcewriters.minecraft', name: 'vcompat', version: '2.1.3'
compileOnly group: 'net.sourcewriters.minecraft', name: 'vcompat', version: '2.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<name>vCompat</name>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 62da481

Please sign in to comment.