Skip to content

Commit ca722f6

Browse files
committed
release: v0.10.0
1 parent ce9b808 commit ca722f6

47 files changed

Lines changed: 51 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/server",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"scripts": {
77
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
AIRI_VERSION_NAME=0.9.0
2-
AIRI_VERSION_CODE=9
1+
AIRI_VERSION_NAME=0.10.0
2+
AIRI_VERSION_CODE=10

apps/stage-pocket/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
318318
CODE_SIGN_IDENTITY = "Apple Development";
319319
CODE_SIGN_STYLE = Automatic;
320-
CURRENT_PROJECT_VERSION = 13;
320+
CURRENT_PROJECT_VERSION = 14;
321321
DEVELOPMENT_TEAM = 433DLLA855;
322322
INFOPLIST_FILE = App/Info.plist;
323323
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -327,7 +327,7 @@
327327
"$(inherited)",
328328
"@executable_path/Frameworks",
329329
);
330-
MARKETING_VERSION = 0.9.0;
330+
MARKETING_VERSION = 0.10.0;
331331
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
332332
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
333333
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -345,7 +345,7 @@
345345
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
346346
CODE_SIGN_IDENTITY = "Apple Distribution";
347347
CODE_SIGN_STYLE = Manual;
348-
CURRENT_PROJECT_VERSION = 13;
348+
CURRENT_PROJECT_VERSION = 14;
349349
DEVELOPMENT_TEAM = 433DLLA855;
350350
INFOPLIST_FILE = App/Info.plist;
351351
INFOPLIST_KEY_CFBundleDisplayName = AIRI;
@@ -355,7 +355,7 @@
355355
"$(inherited)",
356356
"@executable_path/Frameworks",
357357
);
358-
MARKETING_VERSION = 0.9.0;
358+
MARKETING_VERSION = 0.10.0;
359359
PRODUCT_BUNDLE_IDENTIFIER = "ai.moeru.airi-pocket";
360360
PRODUCT_NAME = "$(TARGET_NAME)";
361361
PROVISIONING_PROFILE_SPECIFIER = "AIRI CI";

apps/stage-tamagotchi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/stage-tamagotchi",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"description": "LLM powered virtual character",
77
"author": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/docs",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"scripts": {
77
"build": "vitepress build",

engines/stage-tamagotchi-godot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/stage-tamagotchi-godot",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"description": "Godot-native desktop stage runtime workspace engine for stage-tamagotchi",
77
"author": {

integrations/vscode/airi-plugin-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/airi-plugin-vscode",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"description": "AIRI host plugin that bridges VS Code context and UI",
77
"repository": {

integrations/vscode/vscode-airi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vscode-airi",
44
"displayName": "AIRI VSCode adapter",
55
"type": "module",
6-
"version": "0.9.0",
6+
"version": "0.10.0",
77
"private": true,
88
"description": "Adapter that connects VSCode into Project AIRI",
99
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/root",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"private": true,
66
"packageManager": "pnpm@10.33.0",
77
"description": "LLM powered virtual character",

packages/cap-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proj-airi/cap-vite",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "CLI that starts a Vite dev server and runs Capacitor live reload",
66
"author": {
77
"name": "Moeru AI Project AIRI Team",

0 commit comments

Comments
 (0)