Skip to content

Commit

Permalink
Version 1.3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Jan 15, 2025
1 parent 7cef360 commit 46092c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.6
### Version 1.3.2.7

[<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.6.c3addon/sample_addon-1.3.2.6.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.7.c3addon/sample_addon-1.3.2.7.c3addon)
<br>
<sub> [See all releases](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases) </sub> <br>

Expand Down
1 change: 0 additions & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default function publish(type) {
execSync(`npm run build`);
chalkUtils.newLine();
chalkUtils.divider();
chalkUtils.newLine();
chalkUtils.step("Pushing addon to git");
execSync(`git add -A`);
execSync(`git commit -m "Version ${newVersion}"`);
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.6";
export default "1.3.2.7";

0 comments on commit 46092c1

Please sign in to comment.