Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
One up!
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Aug 31, 2015
1 parent 350999e commit 9a8e86b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#define MyAppName "CouchPotato"
#define MyAppVer "3.0.0"
#define MyAppVer "3.0.1"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"

[Setup]
AppName={#MyAppName}
AppVersion=2
AppVersion=3
AppVerName={#MyAppName}
DefaultDirName={userappdata}\{#MyAppName}\application
DisableProgramGroupPage=yes
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '3.0.0'
VERSION = '3.0.1'
BRANCH = 'desktop'

0 comments on commit 9a8e86b

Please sign in to comment.