From d544d0a03531e8cfc0b953b16f05bdda5a4d3ef7 Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 1 Oct 2024 19:49:11 +0200 Subject: [PATCH] chore: bump versions for release --- Cargo.toml | 2 +- README.md | 2 +- dist/java/build.gradle | 2 +- dist/js/package.json | 8 ++++---- .../{codemp-0.7.2-1.rockspec => codemp-0.7.3-1.rockspec} | 4 ++-- dist/py/pyproject.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) rename dist/lua/{codemp-0.7.2-1.rockspec => codemp-0.7.3-1.rockspec} (95%) diff --git a/Cargo.toml b/Cargo.toml index 529aec6..4bbbc02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ ] license = "GPL-3.0-only" edition = "2021" -version = "0.7.2" +version = "0.7.3" exclude = ["dist/*"] [lib] diff --git a/README.md b/README.md index 697614b..aecd2c9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Crates.io Version](https://img.shields.io/crates/v/codemp)](https://crates.io/crates/codemp) [![Gitter Chat](https://img.shields.io/gitter/room/hexedtech/codemp)](https://gitter.im/hexedtech/codemp) [![GitHub last commit](https://img.shields.io/github/last-commit/hexedtech/codemp)](https://github.com/hexedtech/codemp/commits/dev/) -[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/hexedtech/codemp/v0.7.2)](https://github.com/hexedtech/codemp/releases/tag/v0.7.2) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/hexedtech/codemp/v0.7.3)](https://github.com/hexedtech/codemp/releases/tag/v0.7.3) > `codemp` is a **collaborative** text editing solution to work remotely. diff --git a/dist/java/build.gradle b/dist/java/build.gradle index d2cb7b7..240dacc 100644 --- a/dist/java/build.gradle +++ b/dist/java/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'mp.code' -version = '0.7.2' +version = '0.7.3' java { sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11 diff --git a/dist/js/package.json b/dist/js/package.json index 7f7cebe..3e53e17 100644 --- a/dist/js/package.json +++ b/dist/js/package.json @@ -1,6 +1,6 @@ { "name": "@codemp/native", - "version": "0.7.2", + "version": "0.7.3", "description": "code multiplexer -- javascript bindings", "keywords": [ "codemp", @@ -35,8 +35,8 @@ } }, "optionalDependencies": { - "@codemp/native-win32-x64-msvc": "0.7.2", - "@codemp/native-darwin-arm64": "0.7.2", - "@codemp/native-linux-x64-gnu": "0.7.2" + "@codemp/native-win32-x64-msvc": "0.7.3", + "@codemp/native-darwin-arm64": "0.7.3", + "@codemp/native-linux-x64-gnu": "0.7.3" } } diff --git a/dist/lua/codemp-0.7.2-1.rockspec b/dist/lua/codemp-0.7.3-1.rockspec similarity index 95% rename from dist/lua/codemp-0.7.2-1.rockspec rename to dist/lua/codemp-0.7.3-1.rockspec index ee654cd..db7c5e9 100644 --- a/dist/lua/codemp-0.7.2-1.rockspec +++ b/dist/lua/codemp-0.7.3-1.rockspec @@ -1,9 +1,9 @@ package = "codemp" -version = "0.7.2-1" +version = "0.7.3-1" source = { url = "git+https://github.com/hexedtech/codemp", - tag = "v0.7.2", + tag = "v0.7.3", } dependencies = { diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index c031b8b..d78d1a5 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codemp" -version = "0.7.2" +version = "0.7.3" description = "code multiplexer" requires-python = ">=3.8" license = "GPL-3.0-only"