Skip to content

Commit

Permalink
Bumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saneki committed May 25, 2015
1 parent b33ebb2 commit bc47f80
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.1
------
- Update for toxcore api change ([8e80ced](https://github.com/irungentoo/toxcore/commit/8e80ced)).
- Fixed Tox#getOptions() when proxy_address is NULL.

v1.1.0
------
- Added functions, events and consts related to transferring files.
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.1.0",
"version": "1.1.1",
"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.0
// Type definitions for toxcore 1.1.1
// 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 bc47f80

Please sign in to comment.