Skip to content

Commit 7aa48d5

Browse files
committed
Bump version new icons
1 parent 1c5c7f7 commit 7aa48d5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**v2.7.0** Now using custom icons, nice blue ruby image
2+
13
**v2.6.6** Using a modified processing-core to support jdk9 (NB FX2D and sketches with control_panel using sliders are still expected to fail with jdk9). Jdk8 users should not notice any change.
24

35
**v2.6.5** bump for processing-3.3.7

lib/propane/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Propane
3-
VERSION = '2.6.6'.freeze
3+
VERSION = '2.7.0'.freeze
44
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'fileutils'
22
project 'rp5extras', 'https://github.com/monkstone/propane' do
33
model_version '4.0.0'
4-
id 'propane:propane', '2.6.6'
4+
id 'propane:propane', '2.7.0'
55
packaging 'jar'
66
description 'rp5extras for propane'
77
organization 'ruby-processing', 'https://ruby-processing.github.io'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>propane</groupId>
1313
<artifactId>propane</artifactId>
14-
<version>2.6.5</version>
14+
<version>2.7.0</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for propane</description>
1717
<url>https://github.com/monkstone/propane</url>

0 commit comments

Comments
 (0)