Skip to content

Commit 779202d

Browse files
committed
Increment version to 0.16.0
1 parent 0eca320 commit 779202d

12 files changed

Lines changed: 19 additions & 34 deletions

File tree

package-lock.json

Lines changed: 7 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codenomad-workspace",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"description": "CodeNomad monorepo workspace",
66
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"minServerVersion": "0.15.0",
2+
"minServerVersion": "0.16.0",
33
"latestServerUrl": "https://github.com/NeuralNomadsAI/CodeNomad/releases/latest"
44
}

packages/electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuralnomads/codenomad-electron-app",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "CodeNomad - AI coding assistant",
55
"license": "MIT",
66
"author": {

packages/opencode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codenomad/codenomad-opencode-plugin",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neuralnomads/codenomad",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "CodeNomad Server",
55
"license": "MIT",
66
"author": {

packages/tauri-app/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codenomad/tauri-app",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

packages/tauri-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codenomad-tauri"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)