Skip to content

Commit 9e93b06

Browse files
committed
Bump 0.4.0
1 parent dd6b63a commit 9e93b06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

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

src/artoo.js

Lines changed: 1 addition & 1 deletion
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.3'
47+
value: '0.4.0'
4848
});
4949

5050
// Exporting to global scope

0 commit comments

Comments
 (0)