version bump

This commit is contained in:
Mark Nadal 2016-02-11 10:05:39 -08:00
parent ad4da00b20
commit 4babcfd2ba
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## 0.3.5
- Fixed server push.
## 0.3.4
- Breaking Change! `list.set(item)` returns the item's chain now, not the list chain.

View File

@ -1,6 +1,6 @@
{
"name": "gun",
"version": "0.3.4",
"version": "0.3.5",
"description": "Graph engine",
"main": "index.js",
"scripts": {