Skip to content

Commit

Permalink
update version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fireph committed Dec 13, 2019
1 parent 3a26e9b commit b529f17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ os: Visual Studio 2017

install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- set QTDIR=C:\Qt\5.12\msvc2017_64
- set QTINSTALLER=C:\Qt\Tools\QtInstallerFramework\3.0
- set QTDIR=C:\Qt\5.13\msvc2017_64
- set QTINSTALLER=C:\Qt\Tools\QtInstallerFramework\3.1
- set GOPATH=c:\gopath
- set PATH=%QTDIR%\bin;%QTINSTALLER%\bin;%GOPATH%\bin;%PATH%
- go get qpm.io/qpm
Expand Down
2 changes: 1 addition & 1 deletion installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>OBS Auto Record</Name>
<Version>2.0.4</Version>
<Version>2.0.5</Version>
<Title>OBS Auto Record</Title>
<Publisher>Frederick Meyer</Publisher>
<!-- Directory name is used in component.xml -->
Expand Down
4 changes: 2 additions & 2 deletions installer/packages/com.fmeyer.obsautorecord/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>ObsAutoRecord</DisplayName>
<Description>Controls OBS to auto record specific games when they are running.</Description>
<Version>2.0.4</Version>
<ReleaseDate>2019-07-10</ReleaseDate>
<Version>2.0.5</Version>
<ReleaseDate>2019-12-12</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>
4 changes: 2 additions & 2 deletions obsautorecord.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ MOC_DIR = $$DESTDIR/.moc
RCC_DIR = $$DESTDIR/.qrc
UI_DIR = $$DESTDIR/.ui

VERSION = 2.0.4
VERSION = 2.0.5
QMAKE_TARGET_COMPANY = "Frederick Meyer"
QMAKE_TARGET_PRODUCT = "OBS Auto Record"
QMAKE_TARGET_DESCRIPTION = "OBS Auto Record"
QMAKE_TARGET_COPYRIGHT = "\251 2018 Frederick Meyer"
QMAKE_TARGET_COPYRIGHT = "\251 2019 Frederick Meyer"

#CONFIG += console

Expand Down

0 comments on commit b529f17

Please sign in to comment.