Skip to content

Commit

Permalink
Version bump: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Nov 9, 2018
1 parent bd115a2 commit 9637d62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bumsik Kim <k.bumsik@gmail.com>
_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")
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.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:
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion virtscreen/assets/data.json
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"x11vncOptions": {
"-ncache": {
"value": "-ncache",
Expand Down

0 comments on commit 9637d62

Please sign in to comment.