Skip to content

Commit

Permalink
Version 1.3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Jan 15, 2025
1 parent 5ef5e04 commit ae40599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="./src/icon.svg" width="100" /><br>
# Sample Addon
### Version 1.3.2.3
### Version 1.3.2.4

[<img src="https://placehold.co/200x50/4493f8/FFF?text=Download&font=montserrat" width="200"/>](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases/download/sample_addon-1.3.2.3.c3addon/sample_addon-1.3.2.3.c3addon)
[<img src="https://placehold.co/200x50/4493f8/FFF?text=Download&font=montserrat" width="200"/>](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases/download/sample_addon-1.3.2.4.c3addon/sample_addon-1.3.2.4.c3addon)
<br>
<sub> [See all releases](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases) </sub> <br>

Expand Down
1 change: 1 addition & 0 deletions publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function publish(type) {
chalkUtils.newLine();
chalkUtils.divider();
chalkUtils.success(`Version ${newVersion} published`);
chalkUtils.newLine();
}

if (fromConsole(import.meta.url)) {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "1.3.2.3";
export default "1.3.2.4";

0 comments on commit ae40599

Please sign in to comment.