Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Apr 18, 2023
1 parent b9880f2 commit 57a89a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mrbgem.rake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
require_relative 'mrblib/rf/version'

MRuby::Gem::Specification.new('rf') do |spec|
spec.bins = %w[rf]
spec.license = 'MIT'
spec.author = 'buty4649'
spec.summary = 'rf is Ruby powered text/json/yaml filter'
spec.version = '0.1.0'
spec.version = Rf::VERSION

spec.add_dependency 'mruby-binding', core: 'mruby-binding'

Expand Down
2 changes: 1 addition & 1 deletion mrblib/rf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rf
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 57a89a1

Please sign in to comment.