Skip to content

Commit 5199b2a

Browse files
committed
Fix error when selecting RosePine theme #27
1 parent 5644f1a commit 5199b2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def poster_features():
141141
"Catppuccin",
142142
"Gruvbox",
143143
"Nord",
144-
"Rosepine",
144+
"RosePine",
145145
"Everforest",
146146
],
147147
default="Light",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = "BeatPrints"
1212
copyright = "2024, elysianmyst"
1313
author = "elysianmyst"
14-
release = "v1.1.0"
14+
release = "v1.1.1"
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "BeatPrints"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Create eye-catching, pinterest-style music posters effortlessly."
55
authors = ["elysianmyst <[email protected]>"]
66
license = "CC-BY-NC-4.0"

0 commit comments

Comments
 (0)