Skip to content

Commit

Permalink
Merge pull request #119 from LucienShui/chore/update_version
Browse files Browse the repository at this point in the history
Add donate link, update version
  • Loading branch information
LucienShui authored Jun 14, 2021
2 parents 5edc3e5 + 852c950 commit 000f470
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
</p>
<p align="center">
<a href="./LICENSE">
<img src="https://img.shields.io/eclipse-marketplace/l/notepad4e.svg" alt="">
<a>
<img src="https://img.shields.io/eclipse-marketplace/l/notepad4e.svg" alt="license">
<a href="https://github.com/PasteUs/PasteMeFrontend/releases/tag/release-v3.2.5">
<img src="https://img.shields.io/badge/Frontend-3.2.5-brightgreen.svg" alt="version">
</a>
<a>
<a href="https://github.com/PasteUs/PasteMeGoBackend/releases/tag/release-v3.3.1">
<img src="https://img.shields.io/badge/GoBackend-3.3.1-lightblue.svg" alt="version">
</a>
<a href="#谢谢老板">
Expand Down Expand Up @@ -62,9 +62,13 @@ PasteMe 是一个无需注册的文本分享平台,针对代码提供了额外

</details>

## 捐助名单

[docs.pasteme.cn/#/other/donate](https://docs.pasteme.cn/#/other/donate)

## 版权所有

Copyright &copy; 2017-2019 [Lucien Shui](http://www.lucien.ink) All Rights Reserved
Copyright &copy; 2017-2021 [Lucien Shui](http://www.lucien.ink) All Rights Reserved

## 免责声明

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
pasteme-frontend:
image: pasteme/frontend:latest
image: pasteme/frontend:3.2.5
container_name: pasteme-frontend
depends_on:
- pasteme-backend
Expand All @@ -19,7 +19,7 @@ services:
- ./data/frontend-usr/:/www/pasteme/usr/

pasteme-backend:
image: pasteme/go-backend:latest
image: pasteme/go-backend:3.3.1
container_name: pasteme-backend
depends_on:
- pasteme-mysql
Expand Down

0 comments on commit 000f470

Please sign in to comment.