Skip to content

Commit 6f46d5c

Browse files
authored
Bump version to 1.0.1 (#17)
1 parent 2b7baa4 commit 6f46d5c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
compact_enc_det (1.0.0)
4+
compact_enc_det (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/

compact_enc_det.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ require "compact_enc_det/version"
55
Gem::Specification.new do |spec|
66
spec.name = "compact_enc_det"
77
spec.version = CompactEncDet::VERSION
8-
spec.date = "2024-02-04"
98
spec.authors = ["Cloudaper", "Kryštof Korb"]
109
1110
spec.summary = "Compact Encoding Detection"

lib/compact_enc_det/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CompactEncDet
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)