Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Jun 25, 2018
1 parent 5fabf6a commit 418072b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/debian/_common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PKGVER=0.2.2
PKGVER=0.2.4
# Required for debmake
DEBEMAIL="[email protected]"
DEBFULLNAME="Bumsik Kim"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# 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.2', # Required
version='0.2.4', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion virtscreen/assets/config.default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.4",
"x11vncVersion": "0.9.15",
"theme_color": 8,
"virt": {
Expand Down
2 changes: 1 addition & 1 deletion virtscreen/assets/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.4",
"x11vncOptions": {
"-ncache": {
"value": "-ncache",
Expand Down

0 comments on commit 418072b

Please sign in to comment.