Skip to content

Commit cbe5752

Browse files
committed
Bump version for 0.1.2
1 parent 7b7616a commit cbe5752

9 files changed

+9
-9
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
marksmith (0.1.1)
4+
marksmith (0.1.2)
55
activesupport
66
redcarpet
77

app/assets/javascripts/list_continuation_controller-full.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
var ListContinuationController = (function () {
55
'use strict';

app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
var ListContinuationController = (function (stimulus) {
55
'use strict';

app/assets/javascripts/marksmith_controller-full.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
var MarksmithController = (function () {
55
'use strict';

app/assets/javascripts/marksmith_controller-no-stimulus.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
var MarksmithController = (function (stimulus) {
55
'use strict';

dist/marksmith-core.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
import '@github/markdown-toolbar-element';
55
import { Controller } from '@hotwired/stimulus';

dist/marksmith.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Marksmith 0.1.1
2+
Marksmith 0.1.2
33
*/
44
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
55
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");

lib/marksmith/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Marksmith
2-
VERSION = "0.1.1"
2+
VERSION = "0.1.2"
33
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"homepage": "https://github.com/avo-hq/marksmith",
77
"module": "app/assets/builds/marksmith.esm.js",
8-
"version": "0.1.1",
8+
"version": "0.1.2",
99
"exports": {
1010
".": "./dist/marksmith.esm.js",
1111
"./core": "./dist/marksmith-core.esm.js"

0 commit comments

Comments
 (0)