From 6759ac6ae24ed3288af3823227fc96ccd0c33b74 Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Wed, 7 Nov 2018 16:58:29 +0900 Subject: [PATCH] Version bump: 0.3.0 --- 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 590ac88..89a9ad5 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.2.4 +VERSION ?= 0.3.0 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 dbfec40..600d8ec 100644 --- a/package/archlinux/PKGBUILD +++ b/package/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Bumsik Kim _pkgname_camelcase=VirtScreen pkgname=virtscreen -pkgver=0.2.5 +pkgver=0.3.0 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 8212035..38ce6e2 100755 --- a/package/debian/build.sh +++ b/package/debian/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -PKGVER=0.2.5 +PKGVER=0.3.0 # Required for debmake DEBEMAIL="k.bumsik@gmail.com" DEBFULLNAME="Bumsik Kim" diff --git a/setup.py b/setup.py index 9f2f092..144e370 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.2.5', # Required + version='0.3.0', # 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 34eb435..3c018c2 100644 --- a/virtscreen/assets/config.default.json +++ b/virtscreen/assets/config.default.json @@ -1,5 +1,5 @@ { - "version": "0.2.5", + "version": "0.3.0", "x11vncVersion": "0.9.15", "theme_color": 8, "virt": { diff --git a/virtscreen/assets/data.json b/virtscreen/assets/data.json index 5ef5b88..1d5dc0e 100644 --- a/virtscreen/assets/data.json +++ b/virtscreen/assets/data.json @@ -1,5 +1,5 @@ { - "version": "0.2.5", + "version": "0.3.0", "x11vncOptions": { "-ncache": { "value": "-ncache",