Skip to content

Commit

Permalink
bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jan 16, 2017
1 parent d75a440 commit 0e22fa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/reapack/index/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ReaPack
class Index
# bump in setup/reapack-index.nsi too
VERSION = '1.1rc6'
VERSION = '1.1'
end
end
8 changes: 4 additions & 4 deletions setup/reapack-index.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unicode true
!include Sections.nsh
!include StrRep.nsh

!define VERSION "1.1rc6"
!define VERSION "1.1"
!define NAME "reapack-index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand All @@ -18,10 +18,10 @@ Unicode true
!define PANDOC_URL \
"https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/${PANDOC_FILE}"

!define RUGGED_VERSION "0.24.0"
!define RUGGED_VERSION "0.25.1"
!define RUGGED_FILE "rugged-${RUGGED_VERSION}-%PLATFORM%.gem"
!define RUGGED_URL \
"https://github.com/cfillion/reapack-index/releases/download/v1.0beta4/${RUGGED_FILE}"
"https://github.com/cfillion/reapack-index/releases/download/v1.1/${RUGGED_FILE}"

Name "${NAME}"
OutFile "reapack-index-${VERSION}.exe"
Expand All @@ -35,7 +35,7 @@ VIAddVersionKey "ProductName" "${NAME}"
VIAddVersionKey "ProductVersion" "${LONG_VERSION}"
VIAddVersionKey "FileDescription" "${NAME} Setup"
VIAddVersionKey "FileVersion" "${LONG_VERSION}"
VIAddVersionKey "LegalCopyright" "Copyright (C) 2015-2016 Christian Fillion"
VIAddVersionKey "LegalCopyright" "Copyright (C) 2015-2017 Christian Fillion"

!define ABORT_MSG "Installation aborted."

Expand Down

0 comments on commit 0e22fa0

Please sign in to comment.