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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jul 30, 2021
1 parent fe3eaf0 commit b1ce298
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/aidenlx/mx-bili-plugin/compare/0.3.0...0.3.1) (2021-07-30)


### Bug Fixes

* fix bili fail to get url in foreign countries ([fe3eaf0](https://github.com/aidenlx/mx-bili-plugin/commit/fe3eaf04a9c02c8e7ca5ce9f690c67c3cd35c464))

# [0.3.0](https://github.com/aidenlx/mx-bili-plugin/compare/0.2.0...0.3.0) (2021-07-29)


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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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,5 +1,6 @@
{
"0.1.0": "0.12.2",
"0.2.0": "0.12.2",
"0.3.0": "0.12.2"
"0.3.0": "0.12.2",
"0.3.1": "0.12.2"
}

0 comments on commit b1ce298

Please sign in to comment.