Skip to content

Commit

Permalink
bump to 0.1.4
Browse files Browse the repository at this point in the history
the asm library's package varies on travis. 0.1.3 works on 1.7.4 released but not 1.7.4-d19
  • Loading branch information
baroquebobcat committed Aug 6, 2013
1 parent 7474613 commit d78480c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 0.1.4 / 2013-08-95

7474613 fix namespacing for travis-ci jruby version

=== 0.1.3 / 2013-08-95

fc71fe7 make extended types persistent to avoid warning
Expand Down
2 changes: 1 addition & 1 deletion bitescript.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{bitescript}
s.version = "0.1.3"
s.version = "0.1.4"
s.authors = ["Charles Oliver Nutter", "Ryan Brown"]
s.date = Time.now.strftime('%Y-%m-%d')
s.description = %q{BiteScript is a Ruby DSL for generating Java bytecode and classes.}
Expand Down

0 comments on commit d78480c

Please sign in to comment.