Skip to content

Commit 8d62ca7

Browse files
committed
- version bump
1 parent 10d056c commit 8d62ca7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Koded - Simple Caching Library
22
==============================
33

4-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)](https://php.net/)
54
[![Latest Stable Version](https://img.shields.io/packagist/v/koded/cache-simple.svg)](https://packagist.org/packages/koded/cache-simple)
65
[![Build Status](https://travis-ci.org/kodedphp/cache-simple.svg?branch=master)](https://travis-ci.org/kodedphp/cache-simple)
76
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/1b3bad367cc74a3fa98996c252cdfe6f)](https://www.codacy.com/app/kodeart/cache-simple)
87
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1b3bad367cc74a3fa98996c252cdfe6f)](https://www.codacy.com/app/kodeart/cache-simple)
8+
[![Packagist Downloads](https://img.shields.io/packagist/dt/koded/cache-simple.svg)](https://packagist.org/packages/koded/cache-simple)
9+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)](https://php.net/)
910
[![Software license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)
1011

11-
A PSR-16 simple caching library for PHP 7 using several caching technologies.
12+
A [PSR-16][10] simple caching library for PHP 7 using several caching technologies.
1213
It supports JSON caching for Redis.
1314

1415

@@ -275,4 +276,5 @@ The code is distributed under the terms of [The 3-Clause BSD license](LICENSE).
275276
[6]: https://github.com/nrk/predis#client-configuration
276277
[7]: https://github.com/phpredis/phpredis#connect-open
277278
[8]: http://php.net/sys_get_temp_dir
278-
[9]: http://php.net/json_encode
279+
[9]: http://php.net/json_encode
280+
[10]: https://www.php-fig.org/psr/psr-16/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0-dev
1+
2.0.0

0 commit comments

Comments
 (0)