Skip to content

Commit 37002d0

Browse files
committed
Bump version: 3.1.0-dev → 3.1.0
1 parent 6775769 commit 37002d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0-dev
2+
current_version = 3.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z0-9]+))?
44
tag_name = {new_version}
55
allow_dirty = True

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0-dev",
2+
"version": "3.1.0",
33
"name": "configurable-http-proxy",
44
"description": "A configurable-on-the-fly HTTP Proxy",
55
"author": "Jupyter Developers",
@@ -22,7 +22,7 @@
2222
"prettier": "^1.4.4",
2323
"request": "^2.81.0",
2424
"request-promise-native": "^1.0.4",
25-
"ws": "^3.1.0-dev"
25+
"ws": "^3.1.0"
2626
},
2727
"engines": {
2828
"node": ">= 4.0"

0 commit comments

Comments
 (0)