Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Aug 31, 2016
1 parent 13ea2cd commit bbc0067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwissPayment Changelog

## 0.X.X (XXXX-XX-XX)
## 0.4.1 (2016-08-31)

* Write IID without leading zeroes (for legacy systems)

Expand Down
2 changes: 1 addition & 1 deletion src/Z38/SwissPayment/Message/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getSoftwareName()
*/
public function getSoftwareVersion()
{
return '0.4.0';
return '0.4.1';
}

/**
Expand Down

0 comments on commit bbc0067

Please sign in to comment.