Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Aug 7, 2018
1 parent c38fb04 commit 2c76d99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog
=========
## Unreleased
## 1.1.1 - 2018-08-06
### Fixed
- When saving records, duplicate unique validation was occurring.

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipboxfactory/craft-domains",
"version": "1.1.0",
"version": "1.1.1",
"description": "Element domains",
"type": "craft-plugin",
"keywords": [
Expand All @@ -9,9 +9,9 @@
"yii2"
],
"require": {
"craftcms/cms": "~3.0.0",
"flipboxfactory/craft-ember": "~1.0.1",
"flipboxfactory/craft-sortable-associations": "~1.0.0"
"craftcms/cms": "^3.0",
"flipboxfactory/craft-ember": "^1.0.1",
"flipboxfactory/craft-sortable-associations": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 2c76d99

Please sign in to comment.