Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: spnda <43609023+spnda@users.noreply.github.com>
  • Loading branch information
spnda committed Jun 19, 2021
1 parent 46e044b commit 3bc6793
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.4

- Add: You can now register custom clientbound packets and implement a custom PacketReader.
- Fix: UTF-8 Values inside of any packet resulted in invalid data.

## 0.3.3

- Implement server pinging
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_minecraft
description: Utilities for Minecraft and Mojang Web-APIs and reading/writing NBT Files.
version: 0.3.3
version: 0.3.4
homepage: https://github.com/spnda/dart_minecraft

environment:
Expand Down

0 comments on commit 3bc6793

Please sign in to comment.