From dc5397f150a301cd6b2de47ffffda29dba4cd930 Mon Sep 17 00:00:00 2001 From: JervyShi Date: Thu, 23 Mar 2023 18:20:43 +0800 Subject: [PATCH] release v0.3.0 (#29) Change-Id: I81cc3559173d01dc8952af582afb1d35f9ea3b2c Co-authored-by: Shi Jianwei --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dd03bd..b791700 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Nacos-embedded provides easy way to run Nacos in integration tests. Inspired by [embedded-consul](https://github.com/pszymczyk/embedded-consul). Compatible with jdk1.8+. -Working on all operating systems: Mac, Linux, Windows. +Working on all operating systems: Mac(Intel & Apple silicon), Linux, Windows. ## How to get it? @@ -14,7 +14,7 @@ Working on all operating systems: Mac, Linux, Windows. name.jervyshi nacos-embedded - 0.2.0 + 0.3.0 test ``` diff --git a/pom.xml b/pom.xml index 35fc8af..d1089d5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ name.jervyshi nacos-embedded - 0.3.0-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} https://github.com/JervyShi/nacos-embedded