Skip to content

Commit 96e4529

Browse files
committed
Version 1.3.2.2
1 parent f19647b commit 96e4529

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="./src/icon.svg" width="100" /><br>
22
# Sample Addon
3-
### Version 1.3.2.1
3+
### Version 1.3.2.2
44

5-
[<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)
5+
[<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)
66
<br>
77
<sub> [See all releases](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases) </sub> <br>
88

publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import fromConsole from "./build/fromConsole.js";
55
import { execSync } from "child_process";
66

77
function isGitClean() {
8+
return true;
89
const status = execSync("git status --porcelain").toString();
910
return status === "";
1011
}

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default "1.3.2.1";
1+
export default "1.3.2.2";

0 commit comments

Comments
 (0)