Skip to content

Commit a57fb9a

Browse files
committed
Bump version: 0.20.0-alpha3 → 0.20.0-alpha4
1 parent ac29f38 commit a57fb9a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.0-alpha3
2+
current_version = 0.20.0-alpha4
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raiden-webui",
3-
"version": "0.20.0-alpha3",
3+
"version": "0.20.0-alpha4",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585

8686
history = ''
8787

88-
version = '0.20.0-alpha3' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
88+
version = '0.20.0-alpha4' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
8989

9090
setup(
9191
name='raiden-webui',

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Do not change this, this is maintained by bumpversion.
2-
export const version = '0.20.0-alpha3';
2+
export const version = '0.20.0-alpha4';

0 commit comments

Comments
 (0)