Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ykogure committed Jan 9, 2021
1 parent f43a131 commit c47f27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module GeoMasterJp
module Generators
class InstallGenerator < Rails::Generators::Base
class InstallMigrationGenerator < Rails::Generators::Base
include ::Rails::Generators::Migration

source_root File.expand_path('templates', __dir__)
Expand Down
2 changes: 1 addition & 1 deletion lib/geo_master_jp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GeoMasterJp
VERSION = '0.1.20'
VERSION = '0.1.21'
end

0 comments on commit c47f27b

Please sign in to comment.