Skip to content

Commit

Permalink
Release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed Dec 1, 2020
1 parent 137728c commit bfbfb21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gollum.gemspec
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9'

s.name = 'gollum'
s.version = '5.1.1'
s.date = '2020-08-11'
s.version = '5.1.2'
s.date = '2020-12-01'
s.license = 'MIT'

s.summary = 'A simple, Git-powered wiki.'
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Expand Up @@ -12,7 +12,7 @@
require File.expand_path('../gollum/uri_encode_component', __FILE__)

module Gollum
VERSION = '5.1.1'
VERSION = '5.1.2'

def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))
Expand Down

0 comments on commit bfbfb21

Please sign in to comment.