Skip to content

Commit

Permalink
version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 11, 2016
1 parent 4296c47 commit 16fe6bc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
hiqdev/yii2-hiart commits history
---------------------------------

## 0.0.4 2016-05-11

- Fixed tests
- 4296c47 2016-05-11 fixed tests ([email protected])

## 0.0.3 2016-05-11

- Added asset-packagist.org repository to composer.json
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
hiqdev/yii2-hiart changelog
---------------------------

## 0.0.4 2016-05-11

- Fixed tests

## 0.0.3 2016-05-11

- Added asset-packagist.org repository to composer.json
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"hiqdev\\hiart\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"hiqdev\\hiart\\tests\\": "tests"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload-dev": {
"psr-4": {
"hiqdev\\hiart\\tests\\": "tests"
}
}
]
}
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.4 2016-05-11 13:58:28 +0000 4296c47a812c73f6693d4cf5105f95cf4e42f2c4

0 comments on commit 16fe6bc

Please sign in to comment.