Skip to content

Commit

Permalink
Bumped version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saneki committed Aug 20, 2015
1 parent c86a257 commit 2d4b9e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v1.1.4
------
- Added lossless/lossy packet functionality (credits: [OguzhanE]).
- Use ToxError for errors (credits: [OguzhanE]).

v1.1.3
------
- Fixed assert error that occurred when inspecting a Tox object.
Expand Down Expand Up @@ -40,3 +45,4 @@ v1.0.0

[Arvius]:https://github.com/Arvius
[mensinda]:https://github.com/mensinda
[OguzhanE]:https://github.com/OguzhanE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toxcore",
"version": "1.1.3",
"version": "1.1.4",
"description": "Node bindings for libtoxcore",
"keywords": ["im", "libtoxcore", "node-toxcore", "skype", "tox", "toxcore"],
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion typings/toxcore.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for toxcore 1.1.3
// Type definitions for toxcore 1.1.4
// Project: https://github.com/saneki/node-toxcore
// Definitions by: saneki <https://github.com/saneki>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down

0 comments on commit 2d4b9e0

Please sign in to comment.