Skip to content

Commit

Permalink
Merge pull request #38 from Acylation/bump-version
Browse files Browse the repository at this point in the history
Bump to 0.2.1
  • Loading branch information
Acylation committed Aug 8, 2023
2 parents dc26301 + ae4d0d1 commit 54b1d05
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
11 changes: 3 additions & 8 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@

**Chem** 是一个旨在提升化学相关笔记记录体验的 [Obsidian.md](https://obsidian.md/) 插件。目前,本插件能够将您笔记中的SMILES字符串渲染为化学结构式。(基于 [Smiles Drawer](https://github.com/reymond-group/smilesDrawer)

<!--https://github.com/Mqxx/GitHub-Markdown-->
> <picture>
> <source media="(prefers-color-scheme: light)" srcset="https://github.com/raw/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/info.svg">
> <img alt="Info" src="https://github.com/raw/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/info.svg">
> </picture><br>
>
> 最新插件版本: 0.2.0
> 文档版本: 0.2.0
> **Note**
> 最新插件版本: 0.2.1
> 文档版本: 0.2.1
## 功能介绍和使用说明

Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@

**Chem** is a plugin for [Obsidian.md](https://obsidian.md/) providing chemistry support. It allows you to insert chemical structures into your notes through code blocks containing SMILES strings (powered by [Smiles Drawer](https://github.com/reymond-group/smilesDrawer)).

<!--https://github.com/Mqxx/GitHub-Markdown-->
> <picture>
> <source media="(prefers-color-scheme: light)" srcset="https://github.com/raw/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/info.svg">
> <img alt="Info" src="https://github.com/raw/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/info.svg">
> </picture><br>
>
> Latest release: 0.2.0
> Document version: 0.2.0
> **Note**
> Latest release: 0.2.1
> Document version: 0.2.1
## Features & Usage

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "chem",
"name": "Chem",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "1.0.0",
"description": "Providing chemistry supports. Rendering SMILES strings into chemistry structures.",
"author": "Acylation",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chem",
"version": "0.2.0",
"version": "0.2.1",
"description": "Providing chemistry supports. Rendering SMILES strings into chemistry structures.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"i18next": "^23.4.2",
"smiles-drawer": "^2.1.7"
}
}
}

0 comments on commit 54b1d05

Please sign in to comment.