Skip to content

Commit 0c8679d

Browse files
committed
bump up to 0.1.2
1 parent f83bc17 commit 0c8679d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/markdown_it_ruby/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown_it_ruby"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Koji Onishi <fursich0@gmail.com>"]
66
license = "MIT"

lib/markdown_it_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MarkdownIt
4-
VERSION = "0.1.1"
4+
VERSION = "0.1.2"
55
end

0 commit comments

Comments
 (0)