Skip to content

Commit

Permalink
Merge pull request #737 from BoostryJP/doc-2503
Browse files Browse the repository at this point in the history
v25.3 doc
  • Loading branch information
YoshihitoAso authored Jan 4, 2025
2 parents 03dc8b2 + 71f46eb commit 71ac816
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ibet-Prime

<p>
<img alt="Version" src="https://img.shields.io/badge/version-24.12-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-25.3-blue.svg?cacheSeconds=2592000" />
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</p>

Expand Down
2 changes: 1 addition & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ibet-Prime

<p>
<img alt="Version" src="https://img.shields.io/badge/version-24.12-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-25.3-blue.svg?cacheSeconds=2592000" />
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</p>

Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
app = FastAPI(
title="ibet Prime",
description="Security token management system for ibet network",
version="24.12",
version="25.3",
contact={"email": "dev@boostry.co.jp"},
license_info={
"name": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/ibet_prime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: ibet Prime
description: Security token management system for ibet network
version: '24.12'
version: '25.3'
paths:
/:
get:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ibet-prime"
version = "24.12"
version = "25.3"
description = "ibet-Prime is an API service that enables the issuance and management of security tokens on the ibet network."
authors = [
{name = "BOOSTRY Co., Ltd.", email = "dev@boostry.co.jp"},
Expand Down
Loading

0 comments on commit 71ac816

Please sign in to comment.