Skip to content

Commit 80eab1a

Browse files
committed
Bump 0.3.3
1 parent ca65d16 commit 80eab1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "artoo",
44
"description": "The client-side scraping companion.",
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"permissions": [
77
"background",
88
"webRequest",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artoo-js",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "The client-side scraping companion.",
55
"main": "./build/artoo.node.js",
66
"author": {

src/artoo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
// Non-writable version
4646
Object.defineProperty(artoo, 'version', {
47-
value: '0.3.2'
47+
value: '0.3.3'
4848
});
4949

5050
// Exporting to global scope

0 commit comments

Comments
 (0)