diff --git a/jekyll-torrent.gemspec b/jekyll-torrent.gemspec
index 1ae052998157f3ea0345868ad80a0be25fe1d70a..71c877edf515cb376324ea2585918ec7343569db 100644
--- a/jekyll-torrent.gemspec
+++ b/jekyll-torrent.gemspec
@@ -13,6 +13,7 @@ Gem::Specification.new do |gem|
                       monkeypatches `Jekyll::Site.process`.}
   gem.summary       = %q{Create a .torrent file with your whole site!}
   gem.homepage      = "https://github.com/mauriciopasquier/jekyll-torrent"
+  gem.license       = "MIT"
 
   gem.files         = `git ls-files`.split($/)
   gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
diff --git a/lib/jekyll-torrent/version.rb b/lib/jekyll-torrent/version.rb
index d5d8ffc7cf7a28a152296dc7bf2c1bd899764d31..814c63605ad36496583143fc636ca2631bdfd961 100644
--- a/lib/jekyll-torrent/version.rb
+++ b/lib/jekyll-torrent/version.rb
@@ -1,3 +1,3 @@
 module JekyllTorrent
-  VERSION = "0.0.1"
+  VERSION = "0.0.2"
 end