Skip to content

Commit 1c8b029

Browse files
author
monkstone
committed
bump version
1 parent bdd67f5 commit 1c8b029

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
**v1.0.3** Build now using processing-3.0.1 core and matching video jars from maven central and pom.rb build file (polyglot maven), furthermore using maven-wrapper so maven version isn't even required see mvnw and mvwm.bat and .mvn/maven-wrapper.properties. The pom.xml is not needed but included for completness.
1+
**v1.0.4** Adding javadoc, with links to jruby.api and processing.api
22

3+
**v1.0.3** Build now using processing-3.0.1 core and matching video jars from maven central and pom.rb build file (polyglot maven), furthermore using maven-wrapper so maven version isn't even required see mvnw and mvwm.bat and .mvn/maven-wrapper.properties. The pom.xml is not needed but included for completness.
34
**v1.0.2** Various cleanups, favoring SHA256 over SHA1 to check jruby-complete
45

56
**v1.0.1** Using jruby-complete-9.0.4.0, features reworked extension build using maven

lib/jruby_art/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# A wrapper for version
22
module JRubyArt
3-
VERSION = '1.0.3'
3+
VERSION = '1.0.4'
44
end

0 commit comments

Comments
 (0)