diff --git a/History.org b/History.org index 276b9c6..2b15da2 100644 --- a/History.org +++ b/History.org @@ -2,6 +2,10 @@ #+title: Changelog #+startup: showeverything +* 0.9.10 / 2014-12-09 + +- Add option to disable Rubypants + * 0.9.9 / 2014-08-30 - Bugfix for comment regex diff --git a/lib/org-ruby/version.rb b/lib/org-ruby/version.rb index d29c8f7..279ed4f 100644 --- a/lib/org-ruby/version.rb +++ b/lib/org-ruby/version.rb @@ -1,3 +1,3 @@ module OrgRuby - VERSION = '0.9.9' + VERSION = '0.9.10' end diff --git a/org/releasing.org b/org/releasing.org index ba83816..25d5424 100644 --- a/org/releasing.org +++ b/org/releasing.org @@ -5,7 +5,7 @@ #+begin_src ruby :tangle lib/org-ruby/version.rb module OrgRuby - VERSION = '0.9.9' + VERSION = '0.9.10' end #+end_src