Skip to content

Commit 6ac856e

Browse files
removal of beta.
1 parent 3867c1a commit 6ac856e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## UniCache v1.0.0-beta.1
1+
## UniCache v1.0.0
22
- First release of UniCache having support for 3 caching engines - Memcached, Redis and In-memory Cache
33
- Test case coverage improved to 95%.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[npm]: https://www.npmjs.com/package/@plgworks/unicache
66

7-
UniCache is an NPM package that provides unified / singleton interface and behavior for [Memcached](https://memcached.org/),
7+
UniCache is an open-source NPM package that provides unified / singleton interface and behavior for [Memcached](https://memcached.org/),
88
[Redis](https://redis.io/docs/) and In-memory caching. Easily interact or switch between them in minutes!
99

1010
## Why UniCache?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-beta.1
1+
1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plgworks/unicache",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "UniCache is an NPM package that provides singleton interface and behavior for Memcached, Redis and In-memory caching. Easily interact or switch between them in minutes!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)