From 5548ae378bbfec754aea0db2680a5644e618a0a0 Mon Sep 17 00:00:00 2001
From: SHADOW <505029990@qq.com>
Date: Wed, 5 Feb 2025 11:36:14 +0800
Subject: [PATCH] refactor: modify the version number
---
README.md | 2 +-
README_cn.md | 2 +-
package.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a778d39..caa0d8d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
OWallet - a comprehensive Ontology desktop wallet
-Version 0.10.0
+Version 0.11.0
## Introduction
diff --git a/README_cn.md b/README_cn.md
index 2a088ee..dc15b87 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -3,7 +3,7 @@
OWallet - 本体综合性桌面版钱包
-Version 0.10.0
+Version 0.11.0
## 总体介绍
diff --git a/package.json b/package.json
index abfd092..753f5c8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "owallet",
"homepage": "http://ont.io",
- "version": "v0.10.0",
+ "version": "v0.11.0",
"author": "Ontology Foundation Ltd. ",
"description": "OWallet is a comprehensive Ontology desktop wallet",
"license": "Apache-2.0",