File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " CircuitJS1 Desktop Mod"
5- #define MyAppVersion " 1.3.1 "
5+ #define MyAppVersion " 1.3.2 "
66#define MyAppPublisher " Usevalad Khatkevich"
77#define MyAppURL " https://github.com/SEVA77/circuitjs1"
88#define MyAppExeName " CircuitSimulator.exe"
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " CircuitJS1 Desktop Mod"
5- #define MyAppVersion " 1.3.1 "
5+ #define MyAppVersion " 1.3.2 "
66#define MyAppPublisher " Usevalad Khatkevich"
77#define MyAppURL " https://github.com/SEVA77/circuitjs1"
88#define MyAppExeName " CircuitSimulator.exe"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
33<modelVersion >4.0.0</modelVersion >
44<groupId >com.lushprojects.circuitjs1</groupId >
55<artifactId >circuitjs1mod</artifactId >
6- <version >1.3.1 </version >
6+ <version >1.3.2 </version >
77<packaging >war</packaging >
88
99<dependencyManagement >
Original file line number Diff line number Diff line change 11{
22 "app_name" : " CircuitSimulator" ,
33 "chromium-args" : " --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-drdc --canvas-oop-rasterization --enable-parallel-downloading --back-forward-cache --enable-smooth-scrolling" ,
4- "description" : " CircuitJS1 Desktop Mod version 1.3.1 " ,
4+ "description" : " CircuitJS1 Desktop Mod version 1.3.2 " ,
55 "main" : " circuitjs.html" ,
66 "name" : " CircuitSimulator" ,
7- "version" : " 1.3.1 " ,
7+ "version" : " 1.3.2 " ,
88 "webkit" : {},
99 "window" : {
1010 "exe_icon" : " icon.png" ,
1515 "min_height" : 480 ,
1616 "min_width" : 640 ,
1717 "position" : " center" ,
18- "title" : " CircuitJS1 Desktop Mod 1.3.1 "
18+ "title" : " CircuitJS1 Desktop Mod 1.3.2 "
1919 }
2020}
You can’t perform that action at this time.
0 commit comments