Skip to content

Commit 4dd6d85

Browse files
authored
Merge pull request #343 from ergebnis/fix/version
Fix: Adjust version in `manifest.xml`
2 parents 5033a49 + dd9247d commit 4dd6d85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`2.3.1...main`][2.3.1...main].
1010

11+
### Fixed
12+
13+
- Adjusted version in `manifest.xml` ([#343]), by [@localheinz]
14+
1115
## [`2.3.1`][2.3.1]
1216

1317
For a full diff see [`2.3.0...2.3.1`][2.3.0...2.3.1].
@@ -153,5 +157,6 @@ For a full diff see [`7afa59c...1.0.0`][7afa59c...1.0.0].
153157
[#273]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/273
154158
[#340]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/340
155159
[#342]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/342
160+
[#343]: https://github.com/ergebnis/phpunit-slow-test-detector/pull/343
156161

157162
[@localheinz]: https://github.com/localheinz

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<phar xmlns="https://phar.io/xml/manifest/1.0">
3-
<contains name="ergebnis/phpunit-slow-test-detector" version="2.3.0" type="extension">
3+
<contains name="ergebnis/phpunit-slow-test-detector" version="2.3.1" type="extension">
44
<extension for="phpunit/phpunit" compatible="^10.1"/>
55
</contains>
66

0 commit comments

Comments
 (0)