Skip to content

Commit

Permalink
version bump - support i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv19 committed May 1, 2018
1 parent b1a78e7 commit 5e31c23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/modal-datetimepicker.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export interface PickerOptions {
hour: number;
minute: number;
};
cancelLabel?: string;
doneLabel?: string;
}

export interface PickerResponse {
Expand Down
2 changes: 2 additions & 0 deletions src/modal-datetimepicker.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export interface PickerOptions {
startingDate?: Date;
startingHour?: number;
startingMinute?: number;
cancelLabel?: string;
doneLabel?: string;
}

export interface PickerResponse {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-modal-datetimepicker",
"version": "1.1.2",
"version": "1.1.3",
"description": "A nice looking modal date time picker.",
"main": "modal-datetimepicker",
"typings": "index.d.ts",
Expand Down

0 comments on commit 5e31c23

Please sign in to comment.