diff --git a/Gemfile.lock b/Gemfile.lock index 330b8ae..7146a88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xrechnung (0.1.3) + xrechnung (0.2.0) builder (~> 3.2) GEM diff --git a/lib/xrechnung/version.rb b/lib/xrechnung/version.rb index 02edc84..f9249d4 100644 --- a/lib/xrechnung/version.rb +++ b/lib/xrechnung/version.rb @@ -1,3 +1,3 @@ module Xrechnung - VERSION = "0.1.3" + VERSION = "0.2.0" end