Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saneki committed May 25, 2015
1 parent 17cd2ad commit 82a0d9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v1.1.0
------
- Added functions, events and consts related to transferring files.
- Added hashing functions Tox#hash(), Tox#hashSync().

v1.0.2
------
- Added Tox.load() for asynchronously creating a Tox object.
Expand Down
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.0.2",
"version": "1.1.0",
"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.0.2
// Type definitions for toxcore 1.1.0
// 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 82a0d9b

Please sign in to comment.