Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Aug 5, 2016
1 parent db40619 commit 7656d0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/propane/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# frozen_string_literal: true
module Propane
VERSION = '0.9.0'.freeze
VERSION = '1.0.0'.freeze
end
10 changes: 5 additions & 5 deletions pom.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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:[email protected]/monkstone/propane.git'
url: 'https://github.com/ruby-processing/propane',
connection: 'scm:git:git://github.com/ruby-processing/propane.git',
developer_connection: 'scm:git:[email protected]/ruby-processing/propane.git'
)

properties('source.directory' => 'src',
Expand Down

0 comments on commit 7656d0b

Please sign in to comment.