Skip to content

Commit 492021e

Browse files
committed
Bump version 1.0.5
1 parent 4fd5a2c commit 492021e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.5 - 2021-01-28 ##################################################
4+
5+
- Music/Stroke - Fix increment time type
6+
- MIDI writer - Fix apply static duration from tempo
7+
- JSON exporter: Fix some malformed UTF-8
8+
39
## 1.0.4 - 2020-11-30 ##################################################
410

511
- Music/Measure: refactor some methods

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "stdtabs/phptabs",
33
"type": "library",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
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/",
88
"license": "LGPL-2.1+",
99
"require": {
10-
"php": ">=7.2",
11-
"symfony/thanks": "^1.2"
10+
"php": ">=7.2"
1211
},
1312
"autoload": {
1413
"psr-4": {
@@ -17,5 +16,6 @@
1716
}
1817
},
1918
"require-dev": {
19+
"symfony/thanks": "^1.2"
2020
}
2121
}

0 commit comments

Comments
 (0)