Skip to content

Commit

Permalink
版本变更
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozzzi committed Oct 15, 2023
1 parent bf6ba00 commit c67375e
Show file tree
Hide file tree
Showing 23 changed files with 880 additions and 880 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="./doc/imgs/icon.png" height="200">
</p>
<p align="center" style="font-size: 30px;font-weight:500;">
Blossom 1.6.0
Blossom 1.7.0
</p>
<p align="center">
<a href="https://www.wangyunf.com/blossom-doc/doc/tryuse">💻️ 试用</a> | <a href="https://www.wangyunf.com/blossom-doc/index">📃 文档</a> | <a href="https://github.com/blossom-editor/blossom/releases">📥 下载</a>
Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blossom-backend</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
public class ApiDocGen {

private static String IP_DEVE = "http://127.0.0.1";
private static String VERSION = "v1.6.0";
private static String VERSION = "v1.7.0";

private static final List<String> sourceCodePath = new ArrayList<String>() {{
this.add("blossom-backend/common/common-base");
Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/common/common-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/common/common-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/common/common-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/common/common-iaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blossom</groupId>
<artifactId>blossom-backend</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blossom</groupId>
<artifactId>expand-sentinel</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blossom</groupId>
<artifactId>expand-sentinel</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/expand-sentinel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blossom-backend</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/expand-tracker/expand-tracker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>expand-tracker</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blossom-backend/expand-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>blossom-backend</artifactId>
<groupId>com.blossom</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions blossom-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<groupId>com.blossom</groupId>
<artifactId>blossom-backend</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>

<!-- 版本控制 -->
<properties>
<revision>1.6.0-SNAPSHOT</revision>
<revision>1.7.0-SNAPSHOT</revision>

<!-- 编译设置 -->
<java.version>1.8</java.version>
Expand Down
4 changes: 2 additions & 2 deletions blossom-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="../doc/imgs/icon.png" height="200">
</p>
<p align="center" style="font-size: 30px;font-weight:500;">
Blossom 1.6.0
Blossom 1.7.0
</p>
<p align="center">
<a href="https://www.wangyunf.com/blossom-doc/doc/tryuse">💻️ 试用</a> | <a href="https://www.wangyunf.com/blossom-doc/index">📃 文档</a> | <a href="https://github.com/blossom-editor/blossom/releases">📥 下载</a>
Expand Down Expand Up @@ -86,4 +86,4 @@ Blossom 是一个支持**私有部署**的**云端存储双链笔记软件**,
<img src="../doc/imgs/blog_home_m.png" height="700">
<img src="../doc/imgs/home_article_m.png" height="700" style="margin-left: 30px">
</p>
<p align="center">博客移动端</p>
<p align="center">博客移动端</p>
4 changes: 2 additions & 2 deletions blossom-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blossom-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blossom",
"productName": "Blossom",
"version": "1.6.0",
"version": "1.7.0",
"description": "A markdown editor",
"license": "MIT",
"main": "./out/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion blossom-editor/src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<br>
<span style="font-size: 13px;">加载中...</span>
</div>
<div class="html-loading-version">V1.6.0</div>
<div class="html-loading-version">V1.7.0</div>
</div>
<script type="module" src="/src/main.ts"></script>
</div>
Expand Down
4 changes: 2 additions & 2 deletions blossom-editor/src/renderer/src/assets/constants/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const blossom: any = {
SYS: {
NAME: 'Blossom',
FULL_NAME: 'BLOSSOM-EDITOR',
VERSION: 'v1.6.0',
VERSION: 'v1.7.0',

//
DOC: 'https://www.wangyunf.com/blossom-doc/index',
CONTACT: 'QQ群:522359970 / Email: [email protected]',
Expand Down
2 changes: 1 addition & 1 deletion blossom-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blossom-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blossom-web",
"version": "1.6.0",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion blossom-web/src/assets/constants/blossom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const blossom: any = {
NAME: 'Blossom',
SHORT_NAME: 'BLOSSOM-WEB',
// 版本
VERSION: 'v1.6.0',
VERSION: 'v1.7.0',
// 公网安备号
GONG_WANG_AN_BEI: 'X公网安备 XXXXXXXXXX号',
// ICP 备案号
Expand Down
Loading

0 comments on commit c67375e

Please sign in to comment.