We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb8e47 commit 9a0305cCopy full SHA for 9a0305c
lib/propane/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module Propane
3
- VERSION = '2.7.0'.freeze
+ VERSION = '2.7.1'.freeze
4
end
pom.rb
@@ -1,7 +1,7 @@
require 'fileutils'
project 'rp5extras', 'https://github.com/monkstone/propane' do
model_version '4.0.0'
- id 'propane:propane', '2.7.0'
+ id 'propane:propane', '2.7.1'
5
packaging 'jar'
6
description 'rp5extras for propane'
7
organization 'ruby-processing', 'https://ruby-processing.github.io'
0 commit comments