diff --git a/README.md b/README.md index df21410..850ec2c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/try-cache) ![npm](https://img.shields.io/npm/dt/try-cache) -An auto-caching npm package for super-fast retrieval of data that doesn't have to be atomicly consistant, +An auto-caching npm package for super-fast retrieval of data that doesn't have to be atomically consistant, allowing automatic cache update and expiration according to the user's needs. ## Installation diff --git a/package-lock.json b/package-lock.json index cf068dd..78b1cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "try-cache", - "version": "1.0.7", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87c67fe..2353d85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "try-cache", "description": "An auto-caching npm package for super-fast retrieval of less-consistant data", - "version": "1.0.7", + "version": "1.0.9", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {