Browse Source

Small one up

tags/build/2.3.1 build/2.3.1
Ruud 12 years ago
parent
commit
f79fcda27f
  1. 2
      installer.iss
  2. 2
      version.py

2
installer.iss

@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.3.0"
#define MyAppVer "2.3.1"
[Setup]
AppName={#MyAppName}

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.3.0'
VERSION = '2.3.1'
BRANCH = 'desktop'

Loading…
Cancel
Save