Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jul 26, 2021
1 parent 0439069 commit 94beb28
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.2.0](https://github.com/aidenlx/mx-bili-plugin/compare/0.1.0...0.2.0) (2021-07-26)


### Features

* random port when default port is used ([74ed1d6](https://github.com/aidenlx/mx-bili-plugin/commit/74ed1d65993bf567c2257018b4670f1dc7a78dc2))

# 0.1.0 (2021-07-25)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note: This plugin will open a reverse proxy server at port 2233 by default. If t

## Compatibility

The required API feature is only available for Obsidian v0.12.2+.
The required API feature is only available for Obsidian v0.12.2+.

## Installation

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": "mx-bili-plugin",
"name": "Media Extended BiliBili Plugin",
"version": "0.1.0",
"version": "0.2.0",
"minAppVersion": "0.12.2",
"description": "Add advanced bilibili videos support for Media Extended plugin",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mx-bili-plugin",
"version": "0.1.0",
"version": "0.2.0",
"description": "Add advanced bilibili videos support for Media Extended plugin",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "0.12.2"
"0.1.0": "0.12.2",
"0.2.0": "0.12.2"
}

0 comments on commit 94beb28

Please sign in to comment.