Skip to content

Commit

Permalink
auto update repos
Browse files Browse the repository at this point in the history
v 1.0.1
  • Loading branch information
rptr committed Aug 26, 2019
1 parent d4ba439 commit a03fe5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bin/libresign
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ cd ~
mkdir .libresign
cd .libresign

# this is decidedly bad i think, should have python packages as i
# had originally planned
git clone https://github.com/rptr/impress-remote-js.git
cd impress-remote-js
git pull
git clone https://github.com/rptr/irpjs-client.git
cd irpjs-client
git pull

cd ~/.libresign

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="libresign",
version="1.0.0",
version="1.0.1",
author="Rasmus P J",
author_email="wasmus@zom.bi",
description="Digital signage solution for LibreOffice.",
Expand Down

0 comments on commit a03fe5e

Please sign in to comment.