Skip to content

Commit b842fd6

Browse files
committed
update
1 parent 7770e7e commit b842fd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cache data using JavaScript in the browser.
55
### Status
66

77
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/dyCacheJS)
8-
[![npm version](https://img.shields.io/badge/npm-1.0.0-blue.svg)](https://www.npmjs.com/package/dycachejs)
8+
[![npm version](https://img.shields.io/badge/npm-1.1.0-blue.svg)](https://www.npmjs.com/package/dycachejs)
99
[![Build Status](https://travis-ci.org/yusufshakeel/dyCacheJS.svg?branch=master)](https://travis-ci.org/yusufshakeel/dyCacheJS)
1010

1111

@@ -15,9 +15,9 @@ Cache data using JavaScript in the browser.
1515
* Install via npm: `npm install --save dycachejs`
1616
* Use from jsDelivr CDN: `https://cdn.jsdelivr.net/npm/dycachejs@version/dist/js/dyCache.min.js`
1717

18-
Note! For jsDelive CDN, replace `@version` with the version you want to use like `@1.0.0`.
18+
Note! For jsDelive CDN, replace `@version` with the version you want to use like `@1.1.0`.
1919

20-
Example `https://cdn.jsdelivr.net/npm/dycachejs@1.0.0/dist/js/dyCache.min.js`
20+
Example `https://cdn.jsdelivr.net/npm/dycachejs@1.1.0/dist/js/dyCache.min.js`
2121

2222

2323
### Documentation

0 commit comments

Comments
 (0)