Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobayashime committed Oct 28, 2021
1 parent 5881761 commit e9ffa61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Video Stream Shortcuts

[![Version](https://img.shields.io/badge/Version-3.6.0-blue.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/video-stream-shortcuts/jkclfjpmbcenbmmheenahiglgkefekim)
[![Version](https://img.shields.io/badge/Version-3.6.1-blue.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/video-stream-shortcuts/jkclfjpmbcenbmmheenahiglgkefekim)
[![MIT License](https://img.shields.io/github/license/mkobayashime/video-stream-shortcuts.svg?style=for-the-badge)](https://github.com/mkobayashime/video-stream-shortcuts/blob/master/LICENSE)

Add some YouTube-like shortcuts to video streaming services
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": "video-stream-shortcuts",
"version": "3.6.0",
"version": "3.6.1",
"description": "Add some YouTube-like shortcuts to video streaming services",
"private": true,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Video Stream Shortcuts",
"version": "3.6.0",
"version": "3.6.1",
"description": "Add some YouTube-like shortcuts to video streaming services",
"icons": {
"16": "icons/icon_16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>
</a>
</div>
<div class="version">
<p class="bold">v3.6.0</p>
<p class="bold">v3.6.1</p>
<a
href="https://github.com/mkobayashime/video-stream-shortcuts"
target="_blank"
Expand Down

0 comments on commit e9ffa61

Please sign in to comment.