Skip to content

Commit

Permalink
bump version to 1.4.1 closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D'Ambra committed Jan 6, 2017
1 parent dbb89fa commit 82179fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:major: 1
:minor: 4
:patch: 0
:patch: 1
:special: ""
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.0.{build}
version: 1.4.1.{build}
pull_requests:
do_not_increment_build_number: true
clone_depth: 1
Expand All @@ -14,8 +14,8 @@ build: off
test_script:
- cmd: bundle exec rake tests
artifacts:
- path: '**\Build\appveyor_artifacts\ModulusChecker.1.4.0.nupkg'
- path: '**\Build\appveyor_artifacts\ModulusChecker.1.4.1.nupkg'
name: nuget_artifact
deploy: off
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 82179fe

Please sign in to comment.