From eaccd5f9084ace0d2f8d9331cbee3ef7bbc4e98b Mon Sep 17 00:00:00 2001 From: Albert-Jan Nijburg Date: Wed, 25 Apr 2018 21:48:36 +0100 Subject: [PATCH] bump version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 75c5560..be56916 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skulpt_numpy", - "version": "0.0.3", + "version": "0.0.5", "main": [ "./dist/numpy/__init__.js", "./dist/numpy/random/__init__.js" ], "description": "Partial numpy implementation for skulpt", "repository": { @@ -20,4 +20,4 @@ }, "ignore": [ ] -} \ No newline at end of file +}