Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Mar 18, 2020
1 parent 046c46e commit f62ea53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.5 (2020-03-18)
# 0.1.4 (2020-03-18)
### Features / Enhancement

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-sdk",
"version": "0.1.5",
"version": "0.1.4",
"description": "Node.js SDK for Crawlab",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion python/crawlab/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.5'
VERSION = '0.1.4'

0 comments on commit f62ea53

Please sign in to comment.