Skip to content

Commit c0bc46d

Browse files
committed
Bump version 1.0.4
1 parent 01c615c commit c0bc46d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.4 - 2020-11-30 ##################################################
4+
5+
- Music/Measure: refactor some methods
6+
- Importer: fix exporting lyrics to JSON and import with `fromString`
7+
causes warnings with null values in Lyric, Marker and Text.
8+
39
## 1.0.3 - 2020-11-28 ##################################################
410

511
- Music models - Enforce types

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stdtabs/phptabs",
33
"type": "library",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "A PHP library for reading, writing and rendering Guitar Pro and MIDI files",
66
"keywords": ["tablature", "guitar", "tabs", "MIDI", "music"],
77
"homepage": "https://phptabs.readthedocs.io/",

0 commit comments

Comments
 (0)