We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0c01 commit c73253dCopy full SHA for c73253d
CHANGELOG.md
@@ -6,6 +6,10 @@ This project attempts to follow [semantic versioning](https://semver.org/)
6
7
## Unreleased
8
9
+* nada
10
+
11
+## 1.0.1 - 2018-06-19
12
13
* big fixes
14
* Fix bug with webpacker integration when using CDN where packs/manifest.json
15
wasn't being copied to other servers.
lib/jefferies_tube/version.rb
@@ -1,5 +1,5 @@
1
module JefferiesTube
2
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
3
4
def self.latest_rubygems_version
5
JSON.parse(URI.parse("https://rubygems.org/api/v1/versions/jefferies_tube/latest.json").read)["version"]
0 commit comments