Skip to content

Commit

Permalink
Merge pull request #118 from yvesgurcan/gh-release
Browse files Browse the repository at this point in the history
Gh release
  • Loading branch information
yvesgurcan authored Jan 24, 2020
2 parents a7f7deb + 192295c commit 9c085a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Tag the library
id: autotag
uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefx: "v"
- name: GitHub release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>web-midi-player 1.1.8 | Documentation</title>
<title>web-midi-player 1.1.9 | Documentation</title>
<meta name='description' content='🎹 Event-driven JavaScript library to enable MIDI playback in the browser.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>web-midi-player</h3>
<div class='mb1'><code>1.1.8</code></div>
<div class='mb1'><code>1.1.9</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-midi-player",
"name-display": "Web Midi Player",
"description": "🎹 Event-driven JavaScript library to enable MIDI playback in the browser.",
"version": "1.1.8",
"version": "1.1.9",
"author": {
"name": "Yves Gurcan",
"url": "http://yvesgurcan.com/"
Expand Down

0 comments on commit 9c085a8

Please sign in to comment.