File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<img src =" ./src/icon.svg " width =" 100 " /><br >
2
2
# Sample Addon
3
- ### Version 1.3.2.1
3
+ ### Version 1.3.2.2
4
4
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 )
6
6
<br >
7
7
<sub > [ See all releases] ( https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases ) </sub > <br >
8
8
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import fromConsole from "./build/fromConsole.js";
5
5
import { execSync } from "child_process" ;
6
6
7
7
function isGitClean ( ) {
8
+ return true ;
8
9
const status = execSync ( "git status --porcelain" ) . toString ( ) ;
9
10
return status === "" ;
10
11
}
Original file line number Diff line number Diff line change 1
- export default "1.3.2.1 " ;
1
+ export default "1.3.2.2 " ;
You can’t perform that action at this time.
0 commit comments