Skip to content

Commit e989900

Browse files
committed
bumped version to 1.1.2
1 parent 5f0c99b commit e989900

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">
88
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge"></a>
99
<a href="https://www.python.org/downloads/"><img alt="Python 3.11+" src="https://img.shields.io/badge/Python-3.11%2B-blue?style=for-the-badge&logo=python&logoColor=white"></a>
10-
<a href="../../releases/latest"><img alt="Latest release" src="https://img.shields.io/badge/Release-v1.1.1-blue?style=for-the-badge"></a>
10+
<a href="../../releases/latest"><img alt="Latest release" src="https://img.shields.io/badge/Release-v1.1.2-blue?style=for-the-badge"></a>
1111
<a href="https://discord.gg/cSUS88VdY9"><img alt="Join our Discord" src="https://img.shields.io/badge/Discord-Join%20the%20community-5865F2?logo=discord&logoColor=white&style=for-the-badge"></a>
1212
</p>
1313

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PyPI distribution name. The import package is `inline_core` (src/inline_core); PyPI treats the
33
# hyphen and underscore as equivalent, so `pip install inline-core` installs the `inline_core` package.
44
name = "inline-core"
5-
version = "1.1.1"
5+
version = "1.1.2"
66
description = "The generation engine behind Inline."
77
requires-python = ">=3.11"
88
dependencies = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-studio",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "An experimentation layer for visual artists: a node canvas for building generative pipelines, served by the Inline Core engine.",
55
"author": "Inline Studio",
66
"license": "MIT",

packages/frontend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inline-studio-frontend"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Prebuilt Inline Studio web UI (SPA), served by Inline Core. Mirrors comfyui-frontend-package."
55
requires-python = ">=3.9"
66
readme = "README.md"

0 commit comments

Comments
 (0)