Skip to content

Commit

Permalink
Bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Feb 9, 2015
1 parent 86b2836 commit 5254603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "artoo",
"description": "The client-side scraping companion.",
"version": "0.3.0",
"version": "0.3.1",
"permissions": [
"background",
"webRequest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artoo-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "The client-side scraping companion.",
"main": "./build/artoo.node.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/artoo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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

// Exporting to global scope
Expand Down

0 comments on commit 5254603

Please sign in to comment.