Skip to content

Commit 28b44ad

Browse files
committed
Release 0.0.3
1 parent 060dd4e commit 28b44ad

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.0.3 / 2015-01-01
2+
3+
NEW:
4+
5+
(none)
6+
7+
FIXES:
8+
9+
- Default to Acoustic Grand Piano if no General MIDI instrument has been specified via program change.
10+
111
# 0.0.2 / 2014-09-28
212

313
NEW:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MIDI Player",
33
"description": "Play MIDI files easily on your Chromebook.",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"manifest_version": 2,
66
"minimum_chrome_version": "23",
77
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi-player",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Chrome app to play MIDI files.",
55
"private": true,
66
"main": "background.js",

0 commit comments

Comments
 (0)