Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed May 20, 2024
1 parent d03d581 commit c70ff15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ on: [push, pull_request]
env:
# To which GitHub release tag should we upload artifacts.
# Can be "snapshot" or "vX.Y.Z" (latter when we make stable release).
release_tag: snapshot
#release_tag: snapshot
#release_tag: vX.Y.Z
release_tag: v5.0.0

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion CastleEngineManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency name="OggVorbis" /> <!-- read .ogg -->
<dependency name="Https" /> <!-- read https links -->
</dependencies>
<version value="4.3.0" code="10" />
<version value="5.0.0" code="11" />
<package>
<include path="README.md" />
<include path="COPYING.GPL2.txt" />
Expand Down
2 changes: 1 addition & 1 deletion code/v3dsceneversion.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
unit V3DSceneVersion;
interface
const
Version = '4.3.0';
Version = '5.0.0';
ViewerUrl = 'https://castle-engine.io/castle-model-viewer';
SupportURL = 'https://www.patreon.com/castleengine';
implementation
Expand Down
2 changes: 1 addition & 1 deletion snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: castle-model-viewer
# The base snap is the execution environment for this snap.
base: core20

version: '4.3.0'
version: '5.0.0'
summary: Viewer for 3D and 2D models - glTF, X3D, VRML, Spine JSON and more # 79 char long summary
description: |
Viewer for all 3D and 2D models suported by Castle Game Engine:
Expand Down

0 comments on commit c70ff15

Please sign in to comment.