Skip to content

Commit 60f933e

Browse files
committed
Bump all extensions to v1.1.0
1 parent f94a8e2 commit 60f933e

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "devglobe",
1111
"description": "DevGlobe heartbeat plugin - sends coding activity to the DevGlobe globe when using Claude Code",
12-
"version": "1.0.1",
12+
"version": "1.1.0",
1313
"author": {
1414
"name": "DevGlobe"
1515
},

claude-code-plugin/.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "devglobe",
1111
"description": "DevGlobe heartbeat plugin - sends coding activity to the DevGlobe globe when using Claude Code",
12-
"version": "1.0.0",
12+
"version": "1.1.0",
1313
"author": {
1414
"name": "DevGlobe"
1515
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devglobe",
33
"description": "DevGlobe plugin for Claude Code - appear active on the globe while coding with AI",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": { "name": "DevGlobe" }
66
}

claude-code-plugin/plugins/devglobe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devglobe-claude-code-plugin",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "DevGlobe plugin for Claude Code - appear active on the globe while coding with AI",
55
"private": true,
66
"scripts": {

codex-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devglobe-codex-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "DevGlobe skill for Codex CLI - appear active on the globe while coding with AI",
55
"private": true,
66
"scripts": {

devglobe-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devglobe-core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared core for DevGlobe IDE extensions — heartbeat, geolocation, git detection",
55
"private": true,
66
"type": "module",

jetbrains-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "xyz.devglobe"
8-
version = "0.1.8"
8+
version = "1.1.0"
99

1010
repositories {
1111
mavenCentral()

jetbrains-plugin/src/main/kotlin/xyz/devglobe/plugin/core/CoreDownloader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object CoreDownloader {
1414

1515
private val LOG = Logger.getInstance(CoreDownloader::class.java)
1616

17-
const val CORE_VERSION = "1.0.0"
17+
const val CORE_VERSION = "1.1.0"
1818

1919
private val BASE_URL = "https://github.com/Nako0/devglobe-extension/releases/download/core-v$CORE_VERSION"
2020

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devglobe",
33
"displayName": "DevGlobe",
44
"description": "Show your live coding presence on the DevGlobe world map",
5-
"version": "0.1.9",
5+
"version": "1.1.0",
66
"publisher": "devglobe",
77
"icon": "media/logo.png",
88
"license": "MIT",

zed-extension/Cargo.toml

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

0 commit comments

Comments
 (0)