Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 24fc978

Browse files
committed
Bump version
1 parent 53a3cc1 commit 24fc978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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 ActionTextSyntaxHighlighter
4-
VERSION = '0.1.1'
4+
VERSION = '0.1.2'
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ayushn21/actiontext-syntax-highlighter",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Extends ActionText to support highlighed code blocks",
55
"main": "dist/modules/javascript/actiontext_syntax_highlighter.js",
66
"files": [

0 commit comments

Comments
 (0)