From c5b47e88ac2c8f08371691b32adc206c0f830669 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 28 May 2015 15:47:43 +0200 Subject: [PATCH] bump version numbers --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b6f508ee..e59c4e71 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.5.0", + "version": "0.5.2", "homepage": "https://github.com/DadaMonad/yjs", "authors": [ "Kevin Jahns " diff --git a/package.json b/package.json index 645a5191..3b0b7632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.5.1", + "version": "0.5.2", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "main": "./build/node/y.js", "scripts": {