Skip to content

Commit ababaa3

Browse files
author
Mad Sheogorath
committed
Description updated.
1 parent aa7fa5d commit ababaa3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.1.4
2+
* Description updated.
3+
14
## v1.1.3
25
* Added some additional log output for the compiler script.
36
* Tests implemented.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: packme
2-
description: PackMe is a lightweight library for packing your data into binary buffer (presumably in order to be sent over TCP connection) and unpacking it back to class objects described in a simple way via JSON manifest files.
3-
version: 1.1.3
2+
description: Simple and extremely fast binary serialization using classes generated from JSON manifest files.
3+
version: 1.1.4
44
homepage: https://github.com/sourcecaster/packme
55
repository: https://github.com/sourcecaster/packme
66
issue_tracker: https://github.com/sourcecaster/packme/issues

0 commit comments

Comments
 (0)