Skip to content

Commit

Permalink
Bump version for new itch.io upload
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Sep 16, 2021
1 parent 87386a5 commit 98d26bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platformer/CastleEngineManifest.xml
Expand Up @@ -5,7 +5,7 @@
qualified_name="io.castleengine.platformer"
caption="Platformer"
>
<version value="1.1.0" code="2" />
<version value="1.2.0" code="3" />
<compiler_options>
<search_paths>
<path value="code/" />
Expand Down
2 changes: 1 addition & 1 deletion examples/platformer/castleautogenerated.pas
Expand Up @@ -16,7 +16,7 @@ implementation
initialization
ApplicationProperties.ApplicationName := 'platformer';
ApplicationProperties.Caption := 'Platformer';
ApplicationProperties.Version := '1.1.0';
ApplicationProperties.Version := '1.2.0';

if not IsLibrary then
Application.ParseStandardParameters;
Expand Down

0 comments on commit 98d26bd

Please sign in to comment.