Skip to content

Commit ec2b5dc

Browse files
committed
getting ready for release
1 parent fa483d0 commit ec2b5dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v2.0.4** Correct `norm_strict`, add `math_tool_test`
1+
**v2.0.4** Correct `norm_strict`, add `math_tool_test` add `simplex_noise` expand samples
22
**v2.0.3** Suggest use of jruby-9.1.4.0, more about loading vanilla libraries
33
**v2.0.2** Refactor install to either install `samples\sound\video` or warn (update to use a local processing-3.2.1 core, this is why travis fails), fix some examples, hence `0.3`
44

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SOUND = 'sound.zip'.freeze
99
SOUND_VERSION = 'v1.3.2' # version 1.3.2
1010
VIDEO = 'video-2.zip'
1111
VIDEO_VERSION = '2' # version 1.0.1
12-
EXAMPLES = '0.3'.freeze
12+
EXAMPLES = '0.4'.freeze
1313
HOME_DIR = ENV['HOME']
1414
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1515

0 commit comments

Comments
 (0)