1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00

Version bump: 0.3.0

This commit is contained in:
Bumsik Kim 2018-11-07 16:58:29 +09:00
parent 88079ad98a
commit 6759ac6ae2
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
6 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -1,7 +1,7 @@
# Maintainer: Bumsik Kim <k.bumsik@gmail.com>
_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")

View file

@ -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"

View file

@ -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.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:

View file

@ -1,5 +1,5 @@
{
"version": "0.2.5",
"version": "0.3.0",
"x11vncVersion": "0.9.15",
"theme_color": 8,
"virt": {

View file

@ -1,5 +1,5 @@
{
"version": "0.2.5",
"version": "0.3.0",
"x11vncOptions": {
"-ncache": {
"value": "-ncache",