diff --git a/README.md b/README.md index 6aeb1cd..8600148 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Javascript AJAX (ajax.js) -[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.0.13-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/releases) +[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.0.14-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/releases) [![License](https://img.shields.io/badge/Licence-MIT-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/blob/master/LICENSE.md) ## **INSTALATION** @@ -11,16 +11,16 @@ npm install ajax-min ## **DOWNLOAD** -* [**download ajax.min.js (for production)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.min.js) -* [**download ajax.dev.js (for development with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.dev.js) -* [**download ajax.d.ts (for development in TypeScript with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.d.ts) +* [**download ajax.min.js (for production)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.min.js) +* [**download ajax.dev.js (for development with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.dev.js) +* [**download ajax.d.ts (for development in TypeScript with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.d.ts) ```html - + - + ``` ## **DEMOS** diff --git a/package.json b/package.json index e86095d..93d6236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajax-min", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "description": "Very effective, supersmall, cross browser AJAX library, supporting JSON, JSONP, XML, HTML or TEXT requesting or returning result type by HTTP header Content-Type, automatic data serialization, automatic evaluation by recognized type, global handlers and syntax based on jQuery.ajax();.", "homepage": "https://github.com/tomFlidr/ajax.js",