Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raychenfj committed Apr 9, 2017
1 parent 8f2f775 commit 5faf464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"name": "ion-multi-picker",
"description": "Ion Multi Item Picker--An Ionic2 Custom Picker Component",
"version": "1.2.0",
"version": "2.0.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/components/multi-picker/multi-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ export class MultiPicker implements AfterContentInit, ControlValueAccessor, OnDe
ngAfterContentInit() {
// update how the multi picker value is displayed as formatted text
this.updateText();
console.log
}

/**
Expand Down

0 comments on commit 5faf464

Please sign in to comment.