Skip to content

Commit e4717ac

Browse files
committed
version bump
1 parent d92c978 commit e4717ac

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ src/*.js.map
44
/compiled
55
*.metadata.json
66
*.map.js
7+
index.js
8+
index.js.map

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Angular 2 Dropdown Multiselect for Bootstrap CSS
1+
# AngularX Dropdown Multiselect for Bootstrap CSS
22

33
Works with Angular Final and AOT compilation
44

5-
Customizable dropdown multiselect in Angular 2, TypeScript with bootstrap css.
5+
Customizable dropdown multiselect in AngularX, TypeScript with bootstrap css.
66

77
See demo: http://softsimon.github.io/angular-2-dropdown-multiselect
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-2-dropdown-multiselect",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Customizable dropdown multiselect in Angular 2 with bootstrap css.",
55
"main": "src/multiselect-dropdown.ts",
66
"repository": {

0 commit comments

Comments
 (0)