Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 18, 2018
1 parent 2e4936e commit e12123f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.4.3
before_install:
- gem install bundler -v 1.16.1
- unset _JAVA_OPTIONS
2 changes: 1 addition & 1 deletion lib/asciidoctor/m3d/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module M3d
VERSION = "0.2.6"
VERSION = "0.2.7"
end
end

0 comments on commit e12123f

Please sign in to comment.