Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jul 24, 2021
1 parent 40bd756 commit 9df0cea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2021-07-25

### Added

- The welcome GUI and HUD elements now scale to match higher resolutions.
Expand Down Expand Up @@ -41,4 +43,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial versioned release.

[Unreleased]: https://github.com/Calinou/godot-sponza/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/Calinou/godot-sponza/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/Calinou/godot-sponza/compare/v1.0.0...v2.0.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: dist-linux dist-macos dist-windows
PHONY: all

name = godot-sponza
version = 1.0.0
version = 2.0.0

# Export and package for Linux
dist-linux:
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon=""
application/file_version="1.0.0"
application/product_version="1.0.0"
application/file_version="2.0.0.0"
application/product_version="2.0.0.0"
application/company_name="Hugo Locurcio"
application/product_name="Godot Sponza"
application/file_description=""
Expand All @@ -46,8 +46,8 @@ application/info="Made with Godot Engine"
application/icon=""
application/identifier="pro.hugo.godot-sponza"
application/signature="godot-sponza"
application/short_version="1.0.0"
application/version="1.0.0"
application/short_version="2.0.0"
application/version="2.0.0"
application/copyright=""
display/high_res=true
texture_format/s3tc=true
Expand Down

0 comments on commit 9df0cea

Please sign in to comment.