Skip to content

Commit d88c2c3

Browse files
committed
chore(version): Bump version to 1.3.141
1 parent fbd9c84 commit d88c2c3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

bin/migrations/001_initial_setup.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Migration 001: Initial Setup
3-
* Version: 1.3.14
3+
* Version: 1.3.141
44
*
55
* Establishes the migration system foundation:
66
* - Ensures .kit-version file exists in target .opencode/
@@ -20,7 +20,7 @@
2020
* @param {object} opts.path - Node path module
2121
*/
2222
export default {
23-
version: '1.3.14',
23+
version: '1.3.141',
2424
description:
2525
'Initialize migration system — establish .kit-version tracking and validate config structure',
2626

@@ -36,7 +36,7 @@ export default {
3636
// Ensure .kit-version file exists
3737
const versionFile = path.join(opencodeDir, '.kit-version');
3838
if (!fs.existsSync(versionFile)) {
39-
fs.writeFileSync(versionFile, '1.3.14\n', 'utf-8');
39+
fs.writeFileSync(versionFile, '1.3.141\n', 'utf-8');
4040
}
4141

4242
// Validate config has agent and permission fields

bin/migrations/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"001_initial_setup.mjs": {
3-
"version": "1.3.14",
3+
"version": "1.3.141",
44
"description": "Initialize migration system — establish .kit-version tracking and validate config structure"
55
}
66
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ <h2>One command, <span class="text-primary">any way you want</span></h2>
29212921
<div class="code-line code-output code-highlight">
29222922
<span style="color: var(--success)"></span>
29232923
<span style="color: var(--text-primary)"
2924-
>opencode-agent-kit v1.3.14 installed globally!</span
2924+
>opencode-agent-kit v1.3.141 installed globally!</span
29252925
>
29262926
</div>
29272927
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-agent-kit",
3-
"version": "1.3.14",
3+
"version": "1.3.141",
44
"description": "Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)