Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ariffjeff committed Apr 22, 2024
1 parent 0d59d4b commit ea98a07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>A super easy and elegant package manager for Houdini</h1>
<main class="centered-content">
<div class="button-group">
<a href="https://github.com/ariffjeff/houdini-package-manager" target="_blank" class="github-btn">GitHub Repository</a>
<a href="dist_hpm/Houdini_Package_Manager-1.1.2.zip" class="download-btn">Download HPM 1.1.2</a>
<a href="dist_hpm/Houdini_Package_Manager-1.1.3.zip" class="download-btn">Download HPM 1.1.3</a>
</div>
<img id="screenshot" src="static/hpm_screenshot.png" alt="Application Screenshot">
</main>
Expand Down
2 changes: 1 addition & 1 deletion houdini_package_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "houdini_package_manager"
version = "1.1.2"
version = "1.1.3"
description = "GUI package manager for Houdini"
authors = ["Ariff Jeff <ariffjeff@icloud.com>"]
repository = "https://github.com/ariffjeff/houdini-package-manager"
Expand Down

0 comments on commit ea98a07

Please sign in to comment.