Skip to content

Commit 04ce5f9

Browse files
committed
Bump examples version
1 parent 8acf126 commit 04ce5f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jruby_art.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.author = 'Martin Prout'
1212
spec.email = 'mamba2928@yahoo.co.uk'
1313
spec.description = <<-DESCRIPTION
14-
JRubyArt-2.4.0+ is a ruby implementation of the processing art framework, with enhanced
14+
JRubyArt-2.5.0+ is a ruby implementation of the processing art framework, with enhanced
1515
functionality. Processing libraries and ruby gems can be used in your sketches.
1616
Features create/run/watch/live modes.
1717
DESCRIPTION

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SOUND = 'sound.zip'
1616
SOUND_VERSION = 'v2.2.3'
1717
VIDEO = 'video.zip'
1818
VIDEO_VERSION = 'v2.0'
19-
EXAMPLES = '4.0'
19+
EXAMPLES = '4.1'
2020
HOME_DIR = ENV['HOME']
2121
MAC_OR_LINUX = /linux|mac|darwin/.match?(RbConfig::CONFIG['host_os'])
2222
DOWNLOAD = 'releases/download/latest'

0 commit comments

Comments
 (0)