From 7656d0b20f7a13b6e201d780973351a5adb3879a Mon Sep 17 00:00:00 2001 From: monkstone Date: Fri, 5 Aug 2016 06:47:08 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 1 + lib/propane/version.rb | 2 +- pom.rb | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634b164..6fad62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +**v1.0.0** Clean history version, now hosted as ruby-processing project **v0.9.0** Implements `data_path` in ruby, you should use this method to return the absolute path to the `data` folder (read and write). Prefer JRubyArt methods, in the main. diff --git a/lib/propane/version.rb b/lib/propane/version.rb index f16508b..f082e39 100644 --- a/lib/propane/version.rb +++ b/lib/propane/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 # frozen_string_literal: true module Propane - VERSION = '0.9.0'.freeze + VERSION = '1.0.0'.freeze end diff --git a/pom.rb b/pom.rb index a0467fb..c6c5742 100644 --- a/pom.rb +++ b/pom.rb @@ -1,7 +1,7 @@ require 'fileutils' project 'rp5extras', 'https://github.com/monkstone/propane' do model_version '4.0.0' - id 'propane:rp5extras', '0.9.0' + id 'propane:rp5extras', '1.0.0' packaging 'jar' description 'rp5extras for propane' organization 'ruby-processing', 'https://ruby-processing.github.io' @@ -13,12 +13,12 @@ end license 'MIT', 'http://www.opensource.org/licenses/mit-license.php' license 'GPL 3', 'http://www.gnu.org/licenses/gpl-3.0-standalone.html' - issue_management 'https://github.com/monkstone/propane/issues', 'Github' + issue_management 'https://github.com/ruby-processing/propane/issues', 'Github' source_control( - url: 'https://github.com/monkstone/propane', - connection: 'scm:git:git://github.com/monkstone/propane.git', - developer_connection: 'scm:git:git@github.com/monkstone/propane.git' + url: 'https://github.com/ruby-processing/propane', + connection: 'scm:git:git://github.com/ruby-processing/propane.git', + developer_connection: 'scm:git:git@github.com/ruby-processing/propane.git' ) properties('source.directory' => 'src',