Skip to content

Commit 89be41b

Browse files
committed
Bump version from 1.3.1 to 1.3.2
1 parent 03e6e69 commit 89be41b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Inno Setup/setup_x32.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

Inno Setup/setup_x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

war/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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",
@@ -15,6 +15,6 @@
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
}

0 commit comments

Comments
 (0)