Skip to content

Commit 33e5494

Browse files
committed
Bump version to 4.2.0
1 parent a4d91b5 commit 33e5494

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CastleEngineManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency name="OggVorbis" /> <!-- read .ogg -->
1818
<dependency name="Https" /> <!-- read https links -->
1919
</dependencies>
20-
<version value="4.1.0" code="8" />
20+
<version value="4.2.0" code="8" />
2121
<package>
2222
<include path="README.md" />
2323
<include path="COPYING.GPL2.txt" />

code/v3dsceneversion.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
unit V3DSceneVersion;
33
interface
44
const
5-
Version = '4.1.0';
5+
Version = '4.2.0';
66
View3dsceneURL = 'https://castle-engine.io/view3dscene.php';
77
SupportURL = 'https://castle-engine.io/donate.php';
88
implementation

snap/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: view3dscene
66
# The base snap is the execution environment for this snap.
77
base: core20
88

9-
version: '4.1.0'
9+
version: '4.2.0'
1010
summary: Viewer for 3D and 2D models - glTF, X3D, VRML, Spine JSON and more # 79 char long summary
1111
description: |
1212
Viewer for all 3D and 2D models suported by Castle Game Engine:

0 commit comments

Comments
 (0)