Skip to content

Commit

Permalink
Update release document
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Dec 23, 2014
1 parent bc60a87 commit 8f1d183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,6 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.0-dev
notifications:
disabled: true
2 changes: 1 addition & 1 deletion lib/org-ruby/version.rb
@@ -1,3 +1,3 @@
module OrgRuby
VERSION = '0.9.10'
VERSION = '0.9.12'
end
3 changes: 2 additions & 1 deletion org/releasing.org
Expand Up @@ -5,7 +5,7 @@

#+begin_src ruby :tangle lib/org-ruby/version.rb
module OrgRuby
VERSION = '0.9.10'
VERSION = '0.9.12'
end
#+end_src

Expand All @@ -23,6 +23,7 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.0-dev
notifications:
disabled: true
#+end_src

0 comments on commit 8f1d183

Please sign in to comment.