Skip to content

Commit

Permalink
Merge pull request #1 from jagdeep-singh/dev
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
jagdeep-singh committed Aug 31, 2016
2 parents e64b9cd + 225feff commit 6e162fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jsCache
jsCache is a fast and small JavaScript library used for caching at client side. It helps you to decrease your server load and increase your application performance by caching api
for the time period you want. Not only api you can case every type of data with desired time you want.
for the time period you want. Not only api you can cache every type of data with desired time you want.
It leverage you to organize your caching in different objects with different type of storage and different time for expiry of your caching. Currently it is beta version.
Its Awesome, i promise you will love it just check it out.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cache",
"version": "v1.0.0",
"version": "v1.1.0",
"description": "jsCache is a fast and small JavaScript library used for caching at client side. It helps you to decrease your server load and increase your application performance by caching api for the time period you want. Not only api you can case every type of data with desired time you want. It leverage you to organize your caching in different objects with different type of storage and different time for expiry of your caching. Its Awesome, i promise you will love it just check it out",
"main": [
"build/js-cache-min.js"
Expand Down
2 changes: 1 addition & 1 deletion build/js-cache-min.js

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,6 +1,6 @@
{
"name": "js-cache-factory",
"version": "v1.0.0",
"version": "v1.1.0",
"description": "jsCache is a fast and small JavaScript library used for caching at client side. It helps you to decrease your server load and increase your application performance by caching api for the time period you want. Not only api you can case every type of data with desired time you want. It leverage you to organize your caching in different objects with different type of storage and different time for expiry of your caching. Its Awesome, i promise you will love it just check it out",
"main": "build/js-cache-min.js",
"scripts": {
Expand Down

0 comments on commit 6e162fe

Please sign in to comment.