Skip to content

Commit

Permalink
⬆️ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Jan 24, 2019
1 parent 7509498 commit baf6c00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.1
- #23 - Add option to append arbitrary text to the challenge file

# 0.4.0

- Updated travis testing matrix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gitlab-letsencrypt:
# Jekyll settings:
base_path: './' # Where you want the file to go
pretty_url: false # Add a "/" on the end of the URL... set to `true` if you use permalink_style: pretty
append_str: "" # Append this string to the end of the challenge URL
append_str: '' # Append this string to the end of the challenge URL
filename: 'letsencrypt.html' # What to call the generated challenge file

# Delay settings:
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/gitlab/letsencrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jekyll
module Gitlab
module Letsencrypt
VERSION = "0.4.0"
VERSION = "0.4.1"
end
end
end

0 comments on commit baf6c00

Please sign in to comment.