Skip to content

Commit

Permalink
bump version to v1.0beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Apr 21, 2016
1 parent 3b7f080 commit d056ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/reapack/index/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ReaPack
class Index
VERSION = '1.0beta3'
VERSION = '1.0beta4'
end
end
4 changes: 2 additions & 2 deletions setup/reapack-index.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!include Sections.nsh
!include StrRep.nsh

!define VERSION "1.0beta3"
!define VERSION "1.0beta4"
!define NAME "ReaPack Index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand All @@ -19,7 +19,7 @@
!define RUGGED_VERSION "0.24.0"
!define RUGGED_FILE "rugged-${RUGGED_VERSION}-%PLATFORM%.gem"
!define RUGGED_URL \
"https://github.com/cfillion/reapack-index/releases/download/v1.0beta3/${RUGGED_FILE}"
"https://github.com/cfillion/reapack-index/releases/download/v1.0beta4/${RUGGED_FILE}"

Name "${NAME}"
OutFile "reapack-index-${VERSION}.exe"
Expand Down

0 comments on commit d056ea8

Please sign in to comment.