Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasNo1 committed Apr 23, 2020
1 parent caf1658 commit 36c1e6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.4 - 2020-04-23
### Fixed
- Error on plugin re-install and upgrade from craft 2

## 2.0.3 - 2020-03-02
### Fixed
- Exception when entry due to publish has been deleted
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goldinteractive/craft3-publisher",
"description": "",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"type": "craft-plugin",
"require": {
Expand All @@ -15,7 +15,7 @@
"extra": {
"handle": "publisher",
"name": "Publisher",
"schemaVersion": "2.0.3",
"schemaVersion": "2.0.4",
"developer": "Gold Interactive",
"developerUrl": "http://goldinteractive.ch",
"class": "goldinteractive\\publisher\\Publisher"
Expand Down

0 comments on commit 36c1e6f

Please sign in to comment.