Skip to content

Commit 36b0b51

Browse files
upping versions prior to release
1 parent d351db3 commit 36b0b51

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,6 @@ and will work as expected.
302302
## Release History
303303
Version | Date | Change summary
304304
------|---------|--------------
305-
0.2.0 | May 24 2016 | synchronise NPM and bower releases
305+
0.3.0 | May 30 2016 | synchronise NPM and bower releases properly
306+
0.2.0 | May 24 2016 | various code fixes
306307
0.1.0 | May 13 2016 | initial NPM release

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-grid-tree",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "AngularJS directive for a tree grid, using Bootstrap",
55
"main": [
66
"src/treeGrid.css",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-grid-tree",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "AngularJS directive for a tree grid, using Bootstrap",
55
"repository": "https://github.com/khan4019/tree-grid-directive.git",
66
"dependencies": {},

0 commit comments

Comments
 (0)