Skip to content

Commit

Permalink
[Chore] Change version number to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobayashime committed Jun 25, 2020
1 parent 9e3bb3a commit 0726b1b
Show file tree
Hide file tree
Showing 4 changed files with 6 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.1-blue.svg?style=for-the-badge)](https://chrome.google.com/webstore/detail/video-stream-shortcuts/jkclfjpmbcenbmmheenahiglgkefekim)
[![Version](https://img.shields.io/badge/Version-3.2-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.1",
"version": "3.2",
"description": "Add some YouTube-like shortcuts to video streaming services",
"private": true,
"scripts": {
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.1",
"version": "3.2",
"description": "Add some YouTube-like shortcuts to video streaming services",
"icons": {
"16": "icons/icon_16.png",
Expand Down
4 changes: 3 additions & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>
</a>
</div>
<div class="version">
<p class="bold">v3.1</p>
<p class="bold">v3.2</p>
<a href="https://github.com/mkobayashime/video-stream-shortcuts" target="_blank" rel="noopener noreferrer">
<svg aria-hidden="true" focusable="false" viewBox="0 0 496 512">
<path
Expand Down Expand Up @@ -236,6 +236,8 @@ <h2>Others</h2>
</ul>
</section>
<section class="section-release-note">
<h2>v3.2</h2>
<p>Add options to set default playback speed</p>
<h2>v3.1</h2>
<p>Bug fix</p>
<h2>v3.0</h2>
Expand Down

0 comments on commit 0726b1b

Please sign in to comment.