diff --git a/package/debian/_common.sh b/package/debian/_common.sh index 5f305e2..63c7e57 100644 --- a/package/debian/_common.sh +++ b/package/debian/_common.sh @@ -1,6 +1,6 @@ #!/bin/bash -PKGVER=0.2.1 +PKGVER=0.2.2 # Required for debmake DEBEMAIL="k.bumsik@gmail.com" DEBFULLNAME="Bumsik Kim" diff --git a/package/update_version.sh b/package/update_version.sh index 55fc278..ea24251 100755 --- a/package/update_version.sh +++ b/package/update_version.sh @@ -47,7 +47,7 @@ build_debian () { make -C $ROOT deb-chown } -# override_version +override_version # build_pypi build_arch -# build_debian +build_debian diff --git a/setup.py b/setup.py index 90a8e8c..78daf7e 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.2.1', # Required + version='0.2.2', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: diff --git a/virtscreen/assets/config.default.json b/virtscreen/assets/config.default.json index 38ccdd3..d38af4a 100644 --- a/virtscreen/assets/config.default.json +++ b/virtscreen/assets/config.default.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "x11vncVersion": "0.9.15", "theme_color": 8, "virt": { diff --git a/virtscreen/assets/data.json b/virtscreen/assets/data.json index 9d111d7..42663e1 100644 --- a/virtscreen/assets/data.json +++ b/virtscreen/assets/data.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "x11vncOptions": { "-ncache": { "value": "-ncache",