Skip to content

Commit

Permalink
Update Reversion to v1.0.19
Browse files Browse the repository at this point in the history
* Adds support for Protocol v407 (Closes #16)
  • Loading branch information
bundabrg committed Dec 7, 2020
1 parent 877e17b commit 1e0c48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ versions.
## Client Versions Supported

### Minecraft Bedrock
* Minecraft Bedrock v1.16.0
* Minecraft Bedrock v1.16.2
* Minecraft Bedrock v1.16.3
* Minecraft Bedrock v1.16.100
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ versions.
## Client Versions Supported

### Minecraft Bedrock
* Minecraft Bedrock v1.16.0
* Minecraft Bedrock v1.16.2
* Minecraft Bedrock v1.16.3
* Minecraft Bedrock v1.16.100
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<reversion.version>1.0.18</reversion.version>
<reversion.version>1.0.19</reversion.version>
</properties>

<build>
Expand Down

0 comments on commit 1e0c48f

Please sign in to comment.