Skip to content

Commit f9f3a0f

Browse files
Maleickclaude
andcommitted
chore: bump version to 1.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 50945ae commit f9f3a0f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "autoship",
4+
"version": "1.3.0",
45
"description": "Autonomous multi-agent orchestration plugin for Claude Code. Routes GitHub issues to AI agents, verifies results, and merges PRs.",
56
"owner": {
67
"name": "Maleick",

.claude-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "autoship",
3+
"version": "1.3.0",
34
"description": "Autonomous multi-agent orchestration for Claude Code. Routes GitHub issues to AI agents, verifies results, and merges PRs.",
45
"author": {
56
"name": "Maleick",

hooks/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
# init.sh — Initialize .autoship/ directory structure and state file.
55
# Idempotent: safe to re-run without losing existing state.
66

7-
AUTOSHIP_VERSION="0.1.0"
7+
AUTOSHIP_VERSION="1.3.0"
88

99
AUTOSHIP_DIR=".autoship"
1010
STATE_FILE="$AUTOSHIP_DIR/state.json"

0 commit comments

Comments
 (0)