Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
going for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jan 14, 2013
1 parent 4a95d71 commit f656533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 0.4.0 (2013-01-14)

* Update akuma.jar to 1.8
* load jars instead of requiring them (polluting LOADED_FEATURES)
* Avoid akuma chdir-ing to root (#10)
* gem depends explicitly on the trinidad gem

== 0.3.1 (2012-05-06)

* Update jna.jar 3.4.0 from https://github.com/twall/jna/downloads (#9)
Expand Down
2 changes: 1 addition & 1 deletion lib/trinidad_daemon_extension/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trinidad
module Extensions
module Daemon
VERSION = '0.3.1'
VERSION = '0.4.0'
end
end
end

0 comments on commit f656533

Please sign in to comment.