Skip to content

Commit

Permalink
version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 3, 2022
1 parent 5a9921c commit 7f76e05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.64.1](https://github.com/db0/hypnagonia/tree/v0.64.1) (2022-09-03)

[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.64.0...v0.64.1)

**Merged pull requests:**

- fix: bad formatting [\#419](https://github.com/db0/hypnagonia/pull/419) ([db0](https://github.com/db0))

## [v0.64.0](https://github.com/db0/hypnagonia/tree/v0.64.0) (2022-09-02)

[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.63.3...v0.64.0)
Expand Down Expand Up @@ -447,20 +455,20 @@

## [v0.50.4](https://github.com/db0/hypnagonia/tree/v0.50.4) (2022-04-28)

[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.2...v0.50.4)
[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.3...v0.50.4)

**Merged pull requests:**

- fix: Rest upgrade should only do 5 steps [\#312](https://github.com/db0/hypnagonia/pull/312) ([db0](https://github.com/db0))
- content\(art\): More Flyercards from @SkylarkHYP [\#311](https://github.com/db0/hypnagonia/pull/311) ([db0](https://github.com/db0))

## [v0.50.2](https://github.com/db0/hypnagonia/tree/v0.50.2) (2022-04-27)
## [v0.50.3](https://github.com/db0/hypnagonia/tree/v0.50.3) (2022-04-27)

[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.3...v0.50.2)
[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.2...v0.50.3)

## [v0.50.3](https://github.com/db0/hypnagonia/tree/v0.50.3) (2022-04-27)
## [v0.50.2](https://github.com/db0/hypnagonia/tree/v0.50.2) (2022-04-27)

[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.1...v0.50.3)
[Full Changelog](https://github.com/db0/hypnagonia/compare/v0.50.1...v0.50.2)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hypnagonia: Therapy through Nightmares [v0.64.0](CHANGELOG.md)
# Hypnagonia: Therapy through Nightmares [v0.64.1](CHANGELOG.md)

[![Hypnagonia preview image](http://hypnagonia.dbzer0.com/hypnagonia_showcase.gif "Hypnagonia preview image")](https://www.youtube.com/watch?v=Oc1_G28q328)

Expand Down
2 changes: 1 addition & 1 deletion src/dreamscape/CFConst.gd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum ShuffleStyle {
# This is used to know when to refresh the font size cache, but you can use it
# for other purposes as well.
# If you never adjust this, the font cache might start growing too large.
const GAME_VERSION := "v0.64.0"
const GAME_VERSION := "v0.64.1"
# The card size you want your cards to have.
# This will also adjust all CardContainers to match
# If you modify this property, you **must** adjust
Expand Down

0 comments on commit 7f76e05

Please sign in to comment.