diff --git a/README.md b/README.md index 96df9bd..cc1f118 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/flask-state@1.1.2/src/flask_state/static/flask_state.png) +![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/flask-state@1.1.3/src/flask_state/static/flask_state.png) [![Contributor Badge](https://img.shields.io/badge/Contributions-Welcome-0059b3)](https://github.com/yoobool/flask-state/tree/master/.github/ISSUE_TEMPLATE) [![Gitter Badge](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter)](https://gitter.im/flaskstate/community) @@ -39,8 +39,8 @@ Alternatively, install Flask-State via NPM or include this script tag to the hea section of your HTML document: ```html - - + + ``` ```bash diff --git a/README.zh-CN.md b/README.zh-CN.md index 1ffd768..a3b69fb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,6 +1,6 @@ [English](https://github.com/yoobool/flask-state/blob/master/README.md) | 简体中文 -![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/flask-state@1.1.2/src/flask_state/static/flask_state.png) +![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/flask-state@1.1.3/src/flask_state/static/flask_state.png) [![Contributor Badge](https://img.shields.io/badge/Contributions-Welcome-0059b3)](https://github.com/yoobool/flask-state/tree/master/.github/ISSUE_TEMPLATE) [![Gitter Badge](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter)](https://gitter.im/flaskstate/community) @@ -38,8 +38,8 @@ pip install Flask-State 通过NPM安装Flask-State或将此脚本标签放在HTML文件的开头部分: ```html - - + + ``` ```bash diff --git a/package.json b/package.json index 69775af..fb00e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flask-state", - "version": "1.1.2", + "version": "1.1.3", "description": "Flask-States is a visual plug-in based on flask. It can record the local state every minute and read the status of redis if you have configured redis,and generate data chart to show to users through Echarts.", "main": "./packages/index.js", "directories": { diff --git a/src/flask_state/__about__.py b/src/flask_state/__about__.py index 72f26f5..0b2f79d 100644 --- a/src/flask_state/__about__.py +++ b/src/flask_state/__about__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3"