mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
chore: version bump
This commit is contained in:
parent
06eaa6358c
commit
c3a0f7c391
7 changed files with 10 additions and 2400 deletions
2390
Cargo.lock
generated
2390
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@ authors = [
|
|||
]
|
||||
license = "GPL-3.0-only"
|
||||
edition = "2021"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
exclude = ["dist/*"]
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -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.3)](https://github.com/hexedtech/codemp/releases/tag/v0.7.3)
|
||||
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/hexedtech/codemp/v0.8.0)](https://github.com/hexedtech/codemp/releases/tag/v0.8.0)
|
||||
|
||||
> `codemp` is a **collaborative** text editing solution to work remotely.
|
||||
|
||||
|
|
2
dist/java/build.gradle
vendored
2
dist/java/build.gradle
vendored
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'mp.code'
|
||||
version = '0.7.3'
|
||||
version = '0.8.0'
|
||||
|
||||
tasks.register('windowsJar', Jar) {
|
||||
outputs.upToDateWhen { false }
|
||||
|
|
8
dist/js/package.json
vendored
8
dist/js/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@codemp/native",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"description": "code multiplexer -- javascript bindings",
|
||||
"keywords": [
|
||||
"codemp",
|
||||
|
@ -35,8 +35,8 @@
|
|||
}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@codemp/native-win32-x64-msvc": "0.7.3",
|
||||
"@codemp/native-darwin-arm64": "0.7.3",
|
||||
"@codemp/native-linux-x64-gnu": "0.7.3"
|
||||
"@codemp/native-win32-x64-msvc": "0.8.0",
|
||||
"@codemp/native-darwin-arm64": "0.8.0",
|
||||
"@codemp/native-linux-x64-gnu": "0.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package = "codemp"
|
||||
version = "0.7.3-1"
|
||||
version = "0.8.0"
|
||||
|
||||
source = {
|
||||
url = "git+https://github.com/hexedtech/codemp",
|
||||
tag = "v0.7.3",
|
||||
tag = "v0.8.0",
|
||||
}
|
||||
|
||||
dependencies = {
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "codemp"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
description = "code multiplexer"
|
||||
requires-python = ">=3.8"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
Loading…
Reference in a new issue