Skip to content

Commit 609c931

Browse files
authored
Merge pull request #243 from VNG-Realisatie/feature/bump-patch
Bumps version
2 parents d447ee0 + 6c03d7a commit 609c931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 2.0.4
4+
current_version = 2.0.5
55

66
[bumpversion:file:setup.cfg]
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vng-api-common",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "NodeJS build tooling for vng-api-common",
55
"main": "index.js",
66
"directories": {

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
33
[metadata]
44
name = vng-api-common
5-
version = 2.0.4
5+
version = 2.0.5
66
description = VNG API tooling
77
long_description = file: README.rst
88
url = https://github.com/VNG-Realisatie/vng-api-common

0 commit comments

Comments
 (0)