File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@ echo off& cd /d %~dp0
22
33set " ISCC_PATH = C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
4- set VERSION_NUM = 1.0.0
4+ set VERSION_NUM = 1.0.1
55
66mkdir build\asmr-dl-ng
77@ rem xcopy bin build\asmr-dl-ng\bin /E /I /Q
Original file line number Diff line number Diff line change 11{
22 "name" : " asmr-dl-ng" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " ASMR Direct Downloader (New Generation)" ,
55 "author" :
" daydreamer-json <[email protected] > (https://github.com/daydreamer-json)" ,
66 "license" : " AGPL-3.0-or-later" ,
Original file line number Diff line number Diff line change 11#define MyAppName " asmr-dl-ng"
2- #define MyAppVersion " 1.0.0 "
2+ #define MyAppVersion " 1.0.1 "
33#define MyAppPublisher " daydreamer-json"
44#define MyAppURL " https://github.com/daydreamer-json/asmr-dl-ng"
55#define MyAppExeName " asmr-dl-ng.exe"
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ import semver from 'semver';
22
33export default {
44 APPLICATION_NAME : 'asmr-dl-ng' ,
5- VERSION_NUMBER : semver . valid ( '1.0.0 ' ) ,
5+ VERSION_NUMBER : semver . valid ( '1.0.1 ' ) ,
66} ;
You can’t perform that action at this time.
0 commit comments