Skip to content

Commit 399187d

Browse files
author
Eric Lee
committed
Version 0.11.3
1 parent b89928e commit 399187d

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 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": "opkg",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"workspaces": [
55
"packages/*"
66
],

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opkg/cli",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"private": true,
55
"description": "OpenPackage CLI - the package manager for AI coding.",
66
"license": "Apache-2.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opkg/core",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Core business logic for OpenPackage - the package manager for AI coding.",
55
"license": "Apache-2.0",
66
"author": "Eric Lee",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated by build script. Do not edit manually.
2-
export const VERSION = '0.11.2';
2+
export const VERSION = '0.11.3';

packages/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opkg/gui",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"private": true,
55
"description": "OpenPackage Desktop GUI - Tauri-based desktop application for managing AI coding packages.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)