Skip to content

Commit

Permalink
chore: Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
PindleskinY committed May 11, 2021
1 parent 48bff58 commit a6822e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/src/flask_state/static/flask_state.png)
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].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)
Expand Down Expand Up @@ -39,8 +39,8 @@ Alternatively, install Flask-State via NPM or include this script tag to the hea
section of your HTML document:

```html
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/umd/flask-state.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/flask-state.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/umd/flask-state.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/flask-state.min.css" rel="stylesheet">
```

```bash
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[English](https://github.com/yoobool/flask-state/blob/master/README.md) | 简体中文

![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/src/flask_state/static/flask_state.png)
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].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)
Expand Down Expand Up @@ -38,8 +38,8 @@ pip install Flask-State
通过NPM安装Flask-State或将此脚本标签放在HTML文件的开头部分:

```html
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/umd/flask-state.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/flask-state.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/umd/flask-state.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/flask-state.min.css" rel="stylesheet">
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/flask_state/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3"

0 comments on commit a6822e1

Please sign in to comment.