mirror of
https://github.com/hexedtech/codemp.git
synced 2025-03-16 11:55:31 +01:00
commit
e1d12a17aa
7 changed files with 279 additions and 264 deletions
525
Cargo.lock
generated
525
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@ authors = [
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
exclude = ["dist/*"]
|
exclude = ["dist/*"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[](https://crates.io/crates/codemp)
|
[](https://crates.io/crates/codemp)
|
||||||
[](https://gitter.im/hexedtech/codemp)
|
[](https://gitter.im/hexedtech/codemp)
|
||||||
[](https://github.com/hexedtech/codemp/commits/dev/)
|
[](https://github.com/hexedtech/codemp/commits/dev/)
|
||||||
[](https://github.com/hexedtech/codemp/releases/tag/v0.8.4)
|
[](https://github.com/hexedtech/codemp/releases/tag/v0.8.5)
|
||||||
|
|
||||||
> `codemp` is a **collaborative** text editing solution to work remotely.
|
> `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'
|
group = 'mp.code'
|
||||||
version = '0.8.4'
|
version = '0.8.5'
|
||||||
|
|
||||||
tasks.register('windowsJar', Jar) {
|
tasks.register('windowsJar', Jar) {
|
||||||
outputs.upToDateWhen { false }
|
outputs.upToDateWhen { false }
|
||||||
|
|
8
dist/js/package.json
vendored
8
dist/js/package.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@codemp/native",
|
"name": "@codemp/native",
|
||||||
"version": "0.8.4",
|
"version": "0.8.5",
|
||||||
"description": "code multiplexer -- javascript bindings",
|
"description": "code multiplexer -- javascript bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"codemp",
|
"codemp",
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@codemp/native-win32-x64-msvc": "0.8.4",
|
"@codemp/native-win32-x64-msvc": "0.8.5",
|
||||||
"@codemp/native-darwin-arm64": "0.8.4",
|
"@codemp/native-darwin-arm64": "0.8.5",
|
||||||
"@codemp/native-linux-x64-gnu": "0.8.4"
|
"@codemp/native-linux-x64-gnu": "0.8.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package = "codemp"
|
package = "codemp"
|
||||||
version = "0.8.4-1"
|
version = "0.8.5-1"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "git+https://github.com/hexedtech/codemp",
|
url = "git+https://github.com/hexedtech/codemp",
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "codemp"
|
name = "codemp"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
description = "code multiplexer"
|
description = "code multiplexer"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue