From 03875502e324ed5f6ba8b7cc9f8eb066b2febd78 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 19 Jun 2019 15:58:22 +0800 Subject: [PATCH] update readme/version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7fb3ab..e0ecc94 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ export default class NewPicker extends React.Component{ | **`markText`** | `String` | optional. default is "選擇日期", you can custom this prop to label text with ur own | | **`buttonText`** | `String` | optional. you can modify default button't label with your own | | **`blockAfter`** | `Bool` | optional. default is false, decide blocke date after today or not | - +| **`dateSplitter`** | `String` | optional. default is '->', decide custom dateSplitter with String | .... diff --git a/package.json b/package.json index a6caed4..6ca09b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-date-ranges", - "version": "2.3.3", + "version": "2.4.0", "description": "", "main": "index.js", "scripts": {