Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Boatrite committed Jun 18, 2018
1 parent 328e551 commit 8ea05d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a [changelog](https://keepachangelog.com/en/0.3.0/).

This project attempts to follow [semantic versioning](https://semver.org/)

## Unreleased
## 1.0.0 - 2018-06-18

* breaking changes
* The `upload_assets_to_s3` task's `s3_destination` used to be of the form
Expand Down
2 changes: 1 addition & 1 deletion lib/jefferies_tube/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module JefferiesTube
VERSION = "0.1.9"
VERSION = "1.0.0"

def self.latest_rubygems_version
JSON.parse(URI.parse("https://rubygems.org/api/v1/versions/jefferies_tube/latest.json").read)["version"]
Expand Down

0 comments on commit 8ea05d0

Please sign in to comment.