Skip to content

Commit

Permalink
Merge pull request #28 from hexedtech/release/v0.7.2
Browse files Browse the repository at this point in the history
chore: bump for 0.7.2
  • Loading branch information
zaaarf authored Sep 26, 2024
2 parents 39f8858 + 7ab2650 commit 0b471b7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
license = "GPL-3.0-only"
edition = "2021"
version = "0.7.1"
version = "0.7.2"
exclude = ["dist/*"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1)](https://github.com/hexedtech/codemp/releases/tag/v0.7.1)
[![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)

> `codemp` is a **collaborative** text editing solution to work remotely.
Expand Down
2 changes: 1 addition & 1 deletion dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'mp.code'
version = '0.7.1'
version = '0.7.2'

java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
Expand Down
8 changes: 4 additions & 4 deletions dist/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemp/native",
"version": "0.7.1",
"version": "0.7.2",
"description": "code multiplexer -- javascript bindings",
"keywords": [
"codemp",
Expand Down Expand Up @@ -35,8 +35,8 @@
}
},
"optionalDependencies": {
"@codemp/native-win32-x64-msvc": "0.7.1",
"@codemp/native-darwin-arm64": "0.7.1",
"@codemp/native-linux-x64-gnu": "0.7.1"
"@codemp/native-win32-x64-msvc": "0.7.2",
"@codemp/native-darwin-arm64": "0.7.2",
"@codemp/native-linux-x64-gnu": "0.7.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "codemp"
version = "0.7.1-1"
version = "0.7.2-1"

source = {
url = "git+https://github.com/hexedtech/codemp",
tag = "v0.7.1",
tag = "v0.7.2",
}

dependencies = {
Expand Down
2 changes: 1 addition & 1 deletion dist/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codemp"
version = "0.7.1"
version = "0.7.2"
description = "code multiplexer"
requires-python = ">=3.8"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 0b471b7

Please sign in to comment.