Skip to content

Commit

Permalink
Bump 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jul 12, 2016
1 parent ca65d16 commit 80eab1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion src/artoo.js
Expand Up @@ -44,7 +44,7 @@

// Non-writable version
Object.defineProperty(artoo, 'version', {
value: '0.3.2'
value: '0.3.3'
});

// Exporting to global scope
Expand Down

0 comments on commit 80eab1a

Please sign in to comment.