1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 19:31:50 +00:00

Version bump: v0.2.2

This commit is contained in:
Bumsik Kim 2018-06-21 05:06:00 -04:00
parent ec392f50f5
commit 458108119d
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
PKGVER=0.2.1 PKGVER=0.2.2
# Required for debmake # Required for debmake
DEBEMAIL="k.bumsik@gmail.com" DEBEMAIL="k.bumsik@gmail.com"
DEBFULLNAME="Bumsik Kim" DEBFULLNAME="Bumsik Kim"

View file

@ -47,7 +47,7 @@ build_debian () {
make -C $ROOT deb-chown make -C $ROOT deb-chown
} }
# override_version override_version
# build_pypi # build_pypi
build_arch build_arch
# build_debian build_debian

View file

@ -40,7 +40,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the # For a discussion on single-sourcing the version across setup.py and the
# project code, see # project code, see
# https://packaging.python.org/en/latest/single_source_version.html # 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 # This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field: # corresponds to the "Summary" metadata field:

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.1", "version": "0.2.2",
"x11vncVersion": "0.9.15", "x11vncVersion": "0.9.15",
"theme_color": 8, "theme_color": 8,
"virt": { "virt": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.1", "version": "0.2.2",
"x11vncOptions": { "x11vncOptions": {
"-ncache": { "-ncache": {
"value": "-ncache", "value": "-ncache",