Skip to content

Commit 36308b5

Browse files
m2declaude
andcommitted
Bump version to 1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30059eb commit 36308b5

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getapi"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Guided, interactive walkthroughs for setting up developer API credentials"
66
authors = ["Marco Mark"]

npm/getapi-cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli-darwin-arm64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "getapi platform binary for macOS Apple Silicon",
55
"license": "MIT",
66
"repository": {

npm/getapi-cli-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli-darwin-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "getapi platform binary for macOS Intel",
55
"license": "MIT",
66
"repository": {

npm/getapi-cli-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli-linux-arm64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "getapi platform binary for Linux ARM64",
55
"license": "MIT",
66
"repository": {

npm/getapi-cli-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli-linux-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "getapi platform binary for Linux x64",
55
"license": "MIT",
66
"repository": {

npm/getapi-cli-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli-win32-x64",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "getapi platform binary for Windows x64",
55
"license": "MIT",
66
"repository": {

npm/getapi-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getapi-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Guided, interactive walkthroughs for setting up developer API credentials",
55
"license": "MIT",
66
"repository": {
@@ -19,10 +19,10 @@
1919
"developer-tools"
2020
],
2121
"optionalDependencies": {
22-
"getapi-cli-darwin-arm64": "1.0.0",
23-
"getapi-cli-darwin-x64": "1.0.0",
24-
"getapi-cli-linux-x64": "1.0.0",
25-
"getapi-cli-linux-arm64": "1.0.0",
26-
"getapi-cli-win32-x64": "1.0.0"
22+
"getapi-cli-darwin-arm64": "1.1.0",
23+
"getapi-cli-darwin-x64": "1.1.0",
24+
"getapi-cli-linux-x64": "1.1.0",
25+
"getapi-cli-linux-arm64": "1.1.0",
26+
"getapi-cli-win32-x64": "1.1.0"
2727
}
2828
}

0 commit comments

Comments
 (0)