Skip to content

Commit 4e3e1f8

Browse files
committed
bump versions
1 parent 687a302 commit 4e3e1f8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**v2.0.4**
2+
JRubyArt-1.6.3 and processing-3.5.3
3+
14
**v2.0.3**
25
JRubyArt-1.4.6 and processing-3.3.6
36

lib/ruby_wordcram/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WordCram
4-
VERSION = '2.0.3'.freeze
4+
VERSION = '2.0.4'.freeze
55
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'Wordcram' do
22

33
model_version '4.0.0'
4-
id 'wordcram:WordCram:2.0.3'
4+
id 'wordcram:WordCram:2.0.4'
55
packaging 'jar'
66
description 'WordCram for JRubyArt and propane'
77
organization 'ruby-processing', 'https://ruby-processing.github.io'

pom.xml

Lines changed: 2 additions & 2 deletions
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>wordcram</groupId>
1313
<artifactId>WordCram</artifactId>
14-
<version>2.0.1</version>
14+
<version>2.0.4</version>
1515
<name>Wordcram</name>
1616
<description>WordCram for JRubyArt and propane</description>
1717
<organization>
@@ -53,7 +53,7 @@ DO NOT MODIFIY - GENERATED CODE
5353
<dependency>
5454
<groupId>org.processing</groupId>
5555
<artifactId>core</artifactId>
56-
<version>3.3.5</version>
56+
<version>3.3.6</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.jsoup</groupId>

0 commit comments

Comments
 (0)