Skip to content

Commit

Permalink
Fixed an incorrect path to the version file in the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
vkononov committed Aug 31, 2019
1 parent 414c78c commit 21b51f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fillable-pdf.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib = File.expand_path('../lib', __dir__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fillable-pdf/version'

Expand Down
2 changes: 1 addition & 1 deletion lib/fillable-pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class FillablePDF
VERSION = '0.7'
VERSION = '0.7.1'
end

0 comments on commit 21b51f3

Please sign in to comment.