Skip to content

Commit ecc18af

Browse files
committed
Fixed gemspec and bump version
1 parent 8bb90f2 commit ecc18af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.2] - 2024-06-09
3+
## [0.1.3] - 2024-06-09
44

55
- drop unused paragraph `Support us with crypto donations`. Feel free to use your own text.
66
- added some CSS and JS to make it more handy

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-
jekyll-crypto-donations (0.1.2)
4+
jekyll-crypto-donations (0.1.3)
55
jekyll (~> 4.3)
66

77
GEM

jekyll-crypto-donations.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
# Specify which files should be added to the gem when it is released.
2222
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2323
# all_files = `git ls-files -z`.split("\x0")
24-
spec.files = Dir["lib/**/*.rb"] + Dir["assets/js/**/*.js"]
24+
spec.files = Dir["lib/**/*.rb"] + Dir["assets/js/**/*.js"] + Dir["assets/css/**/*.css"]
2525
spec.extra_rdoc_files = %w[README.md LICENSE]
2626
spec.require_paths = ["lib"]
2727

lib/jekyll-crypto-donations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module CryptoDonations
5-
VERSION = "0.1.2"
5+
VERSION = "0.1.3"
66
end
77
end

0 commit comments

Comments
 (0)