Skip to content

Commit

Permalink
Merge pull request #4 from Shahar-Y/develop
Browse files Browse the repository at this point in the history
Version 1.0.9
  • Loading branch information
Shahar-Y authored Mar 21, 2022
2 parents a235ffa + 4ff1c63 commit 2c30ad2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2c30ad2

Please sign in to comment.