Skip to content

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmostellar committed May 3, 2024
1 parent 5ee300f commit 66f2373
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "formatto-format",
"name": "Formatto",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "0.15.0",
"description": "Simple, fast, and easy-to-use Markdown formatter.",
"author": "Stellar",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "formatto",
"type": "module",
"version": "1.2.5",
"version": "1.2.6",
"description": "Simple, fast, and easy-to-use Obsidian markdown formatter.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "formatto-wasm"
description = "Wasm bindings for Formatto."
version = "1.2.5"
version = "1.2.6"
authors = ["Stellar"]
repository = "https://github.com/cosmostellar/formatto"
license = "MIT"
Expand Down

0 comments on commit 66f2373

Please sign in to comment.