Skip to content

Commit

Permalink
Bump version for 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 22, 2025
1 parent 131fe43 commit 6c713f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
marksmith (0.0.9)
marksmith (0.0.10)
rails (>= 7.0.0)
redcarpet

Expand Down
2 changes: 1 addition & 1 deletion dist/marksmith-controller.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.9
Marksmith 0.0.10
*/
import '@github/markdown-toolbar-element';
import { Controller } from '@hotwired/stimulus';
Expand Down
2 changes: 1 addition & 1 deletion dist/marksmith-full.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Marksmith 0.0.9
Marksmith 0.0.10
*/
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
Expand Down
2 changes: 1 addition & 1 deletion lib/marksmith/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Marksmith
VERSION = "0.0.9"
VERSION = "0.0.10"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://github.com/avo-hq/marksmith",
"module": "app/assets/builds/marksmith.esm.js",
"version": "0.0.9",
"version": "0.0.10",
"exports": {
".": "./dist/marksmith-full.esm.js",
"./controller": "./dist/marksmith-controller.esm.js"
Expand Down

0 comments on commit 6c713f1

Please sign in to comment.