Skip to content

Commit a129faa

Browse files
m2declaude
andcommitted
Bump version to 1.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 913cd3a commit a129faa

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

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 = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Guided, interactive walkthroughs for setting up developer API credentials"
66
authors = ["Marco Mark"]

homebrew/getapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Getapi < Formula
22
desc "Guided, interactive walkthroughs for setting up developer API credentials"
33
homepage "https://github.com/m2de/getapi"
4-
url "https://github.com/m2de/getapi/archive/refs/tags/v0.1.0.tar.gz"
4+
url "https://github.com/m2de/getapi/archive/refs/tags/v1.0.0.tar.gz"
55
sha256 "PLACEHOLDER"
66
license "MIT"
77

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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
3+
"version": "1.0.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": "0.1.0",
23-
"getapi-cli-darwin-x64": "0.1.0",
24-
"getapi-cli-linux-x64": "0.1.0",
25-
"getapi-cli-linux-arm64": "0.1.0",
26-
"getapi-cli-win32-x64": "0.1.0"
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"
2727
}
2828
}

0 commit comments

Comments
 (0)