From 9637d628165cd46db0873dbd82af2bfd91d0b7d2 Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Fri, 9 Nov 2018 18:19:52 +0900 Subject: [PATCH] Version bump: v0.3.1 --- Makefile | 2 +- package/archlinux/PKGBUILD | 2 +- package/debian/build.sh | 2 +- setup.py | 2 +- virtscreen/assets/config.default.json | 2 +- virtscreen/assets/data.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 89a9ad5..9ccaa05 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project # for python packaging reference. -VERSION ?= 0.3.0 +VERSION ?= 0.3.1 DOCKER_NAME=kbumsik/virtscreen DOCKER_RUN=docker run --interactive --tty -v $(shell pwd):/app $(DOCKER_NAME) diff --git a/package/archlinux/PKGBUILD b/package/archlinux/PKGBUILD index 600d8ec..b5ae795 100644 --- a/package/archlinux/PKGBUILD +++ b/package/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Bumsik Kim _pkgname_camelcase=VirtScreen pkgname=virtscreen -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc="Make your iPad/tablet/computer as a secondary monitor on Linux" arch=("i686" "x86_64") diff --git a/package/debian/build.sh b/package/debian/build.sh index 38ce6e2..dea5e40 100755 --- a/package/debian/build.sh +++ b/package/debian/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -PKGVER=0.3.0 +PKGVER=0.3.1 # Required for debmake DEBEMAIL="k.bumsik@gmail.com" DEBFULLNAME="Bumsik Kim" diff --git a/setup.py b/setup.py index 144e370..36eeb37 100644 --- a/setup.py +++ b/setup.py @@ -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.3.0', # Required + version='0.3.1', # 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 3c018c2..ae1978c 100644 --- a/virtscreen/assets/config.default.json +++ b/virtscreen/assets/config.default.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "x11vncVersion": "0.9.15", "theme_color": 8, "virt": { diff --git a/virtscreen/assets/data.json b/virtscreen/assets/data.json index 1d5dc0e..ec975a5 100644 --- a/virtscreen/assets/data.json +++ b/virtscreen/assets/data.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "x11vncOptions": { "-ncache": { "value": "-ncache",