Skip to content

Commit c73253d

Browse files
author
Zach Boatrite
committed
Version 1.0.1
1 parent 43a0c01 commit c73253d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project attempts to follow [semantic versioning](https://semver.org/)
66

77
## Unreleased
88

9+
* nada
10+
11+
## 1.0.1 - 2018-06-19
12+
913
* big fixes
1014
* Fix bug with webpacker integration when using CDN where packs/manifest.json
1115
wasn't being copied to other servers.

lib/jefferies_tube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JefferiesTube
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33

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

0 commit comments

Comments
 (0)