From 80eab1a4e71fbd53334dd26fc1362f4b638ebe4e Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Tue, 12 Jul 2016 10:33:18 +0200 Subject: [PATCH] Bump 0.3.3 --- manifest.json | 2 +- package.json | 2 +- src/artoo.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1ad0504..c7dea81 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "artoo", "description": "The client-side scraping companion.", - "version": "0.3.2", + "version": "0.3.3", "permissions": [ "background", "webRequest", diff --git a/package.json b/package.json index 2be12fb..cac38c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artoo-js", - "version": "0.3.2", + "version": "0.3.3", "description": "The client-side scraping companion.", "main": "./build/artoo.node.js", "author": { diff --git a/src/artoo.js b/src/artoo.js index 6ce0273..f2d4f9a 100644 --- a/src/artoo.js +++ b/src/artoo.js @@ -44,7 +44,7 @@ // Non-writable version Object.defineProperty(artoo, 'version', { - value: '0.3.2' + value: '0.3.3' }); // Exporting to global scope