Skip to content

Commit

Permalink
Version bump to 5.1.0, again snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed May 25, 2024
1 parent cebb2df commit 632aef6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ 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

# Which Castle Game Engine tag/branch to use for building.
# This *should* be "snapshot", which is our latest CGE that passed automatic tests.
# But for quick hotfix in exceptional situation, you may want to use "master"
# or any other branch/tag.
engine_tag: master
engine_tag: snapshot

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="5.0.0" code="11" />
<version value="5.1.0" code="12" />
<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 = '5.0.0';
Version = '5.1.0';
ViewerUrl = 'https://castle-engine.io/castle-model-viewer';
SupportURL = 'https://www.patreon.com/castleengine';
implementation
Expand Down
2 changes: 1 addition & 1 deletion pack/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: '5.0.0'
version: '5.1.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 632aef6

Please sign in to comment.