diff --git a/lib/jruby_art/version.rb b/lib/jruby_art/version.rb
index 4a19f952..f6fd8f29 100644
--- a/lib/jruby_art/version.rb
+++ b/lib/jruby_art/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
# A wrapper for version
module JRubyArt
- VERSION = '1.2.0.pre'.freeze
+ VERSION = '1.2.1'.freeze
end
diff --git a/pom.rb b/pom.rb
index c2d223a7..b8f144e6 100644
--- a/pom.rb
+++ b/pom.rb
@@ -5,7 +5,7 @@
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do
model_version '4.0.0'
- id 'ruby-processing:rp5extras', '1.2.0.pre'
+ id 'ruby-processing:rp5extras', '1.2.1'
packaging 'jar'
description 'rp5extras for JRubyArt'
diff --git a/pom.xml b/pom.xml
index 837b928f..433f114e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
4.0.0
ruby-processing
rp5extras
- 1.2.0.pre
+ 1.2.1
rp5extras
rp5extras for JRubyArt
https://github.com/ruby-processing/JRubyArt
diff --git a/test/k9_run_test.rb b/test/k9_run_test.rb
index 2a9bbea5..0b751b8e 100644
--- a/test/k9_run_test.rb
+++ b/test/k9_run_test.rb
@@ -25,7 +25,7 @@ def test_sketch_path
end
end
end
- assert_match('/home/sid/JRubyArt/test', out, 'Failed Sketch Path Sketch')
+ assert_match('/home/tux/JRubyArt/test', out, 'Failed Sketch Path Sketch')
end
def test_on_top