Skip to content

Commit

Permalink
lining up the ducks
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jul 19, 2016
1 parent 4ae09a8 commit a3140eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/jruby_art/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>rp5extras</artifactId>
<version>1.2.0.pre</version>
<version>1.2.1</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down
2 changes: 1 addition & 1 deletion test/k9_run_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3140eb

Please sign in to comment.