Skip to content

Commit cc95740

Browse files
committed
Merge branch 'hotfix/0.1.2' into develop
2 parents 910cb88 + c81b4a5 commit cc95740

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ UCD offers a series of functions that provide a simple interface to the Unicode
99
* Modern Web Browsers
1010

1111

12-
## Install for Node.js
12+
## Install to Node.js
1313
```sh
1414
npm install ucd
1515
```
@@ -26,7 +26,7 @@ var UCD = require('ucd');
2626
### Web Browser
2727
```html
2828
<!-- laod UCD -->
29-
<script type="text/javascript" src="ucd-0.1.1.js"></script>
29+
<script type="text/javascript" src="ucd-0.1.2.js"></script>
3030
```
3131

3232
## Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "ucd",
3-
"version" : "0.1.1",
3+
"version" : "0.1.2",
44
"description" : "ucd - Unicode Character Database for JavaScript",
55
"tags" : ["unicode", "ucd", "utility"],
66
"author" : "ynakajima <[email protected]>",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)