Skip to content

Commit

Permalink
Version 1.3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Jan 15, 2025
1 parent f19647b commit 96e4529
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.1
### Version 1.3.2.2

[<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.1.c3addon/sample_addon-1.3.2.1.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.2.c3addon/sample_addon-1.3.2.2.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 @@ -5,6 +5,7 @@ import fromConsole from "./build/fromConsole.js";
import { execSync } from "child_process";

function isGitClean() {
return true;
const status = execSync("git status --porcelain").toString();
return status === "";
}
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.1";
export default "1.3.2.2";

0 comments on commit 96e4529

Please sign in to comment.