Skip to content

Commit 16fe6bc

Browse files
committed
version bump to 0.0.4
1 parent 4296c47 commit 16fe6bc

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.hidev/commits.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
hiqdev/yii2-hiart commits history
22
---------------------------------
33

4+
## 0.0.4 2016-05-11
5+
6+
- Fixed tests
7+
- 4296c47 2016-05-11 fixed tests (sol@hiqdev.com)
8+
49
## 0.0.3 2016-05-11
510

611
- Added asset-packagist.org repository to composer.json

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
hiqdev/yii2-hiart changelog
22
---------------------------
33

4+
## 0.0.4 2016-05-11
5+
6+
- Fixed tests
7+
48
## 0.0.3 2016-05-11
59

610
- Added asset-packagist.org repository to composer.json

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
"hiqdev\\hiart\\": "src"
5757
}
5858
},
59+
"autoload-dev": {
60+
"psr-4": {
61+
"hiqdev\\hiart\\tests\\": "tests"
62+
}
63+
},
5964
"repositories": [
6065
{
6166
"type": "composer",
6267
"url": "https://asset-packagist.org"
6368
}
64-
],
65-
"autoload-dev": {
66-
"psr-4": {
67-
"hiqdev\\hiart\\tests\\": "tests"
68-
}
69-
}
69+
]
7070
}

version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.4 2016-05-11 13:58:28 +0000 4296c47a812c73f6693d4cf5105f95cf4e42f2c4

0 commit comments

Comments
 (0)