From 04ce5f92eae34ca8797deb03a1ff7d563f0feed2 Mon Sep 17 00:00:00 2001 From: monkstone Date: Wed, 16 Jun 2021 14:30:13 +0100 Subject: [PATCH] Bump examples version --- jruby_art.gemspec | 2 +- vendors/Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jruby_art.gemspec b/jruby_art.gemspec index 5b59e88..5e558ae 100644 --- a/jruby_art.gemspec +++ b/jruby_art.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.author = 'Martin Prout' spec.email = 'mamba2928@yahoo.co.uk' spec.description = <<-DESCRIPTION - JRubyArt-2.4.0+ is a ruby implementation of the processing art framework, with enhanced + JRubyArt-2.5.0+ is a ruby implementation of the processing art framework, with enhanced functionality. Processing libraries and ruby gems can be used in your sketches. Features create/run/watch/live modes. DESCRIPTION diff --git a/vendors/Rakefile b/vendors/Rakefile index ad4a3ed..3eb45ea 100644 --- a/vendors/Rakefile +++ b/vendors/Rakefile @@ -16,7 +16,7 @@ SOUND = 'sound.zip' SOUND_VERSION = 'v2.2.3' VIDEO = 'video.zip' VIDEO_VERSION = 'v2.0' -EXAMPLES = '4.0' +EXAMPLES = '4.1' HOME_DIR = ENV['HOME'] MAC_OR_LINUX = /linux|mac|darwin/.match?(RbConfig::CONFIG['host_os']) DOWNLOAD = 'releases/download/latest'