Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Boatrite committed Jun 19, 2018
1 parent 43a0c01 commit c73253d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ This project attempts to follow [semantic versioning](https://semver.org/)

## Unreleased

* nada

## 1.0.1 - 2018-06-19

* big fixes
* Fix bug with webpacker integration when using CDN where packs/manifest.json
wasn't being copied to other servers.
Expand Down
2 changes: 1 addition & 1 deletion lib/jefferies_tube/version.rb
@@ -1,5 +1,5 @@
module JefferiesTube
VERSION = "1.0.0"
VERSION = "1.0.1"

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 c73253d

Please sign in to comment.