Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KonaeAkira committed May 16, 2024
1 parent 3032e95 commit ae21dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Raphael is a standalone crafting macro solver for the online game Final Fantasy
**Features:**
* Produces fully-solved macros (i.e. no hand-tuned branch pruning)
* Uses a reasonable amount of resources:
* Time: 2 to 5 seconds (single-threaded)
* Memory: 300 MB to 400 MB
* Time: ~10 seconds (single-threaded)
* Memory: ~800 MB
* Deterministic (i.e. produces the same macro when given the same parameters).

## Installing from source
Expand Down
2 changes: 1 addition & 1 deletion gui/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="Raphael"
config/version="v0.4.0-dev"
config/version="v0.4.0"
run/main_scene="res://control.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://resources/icon.svg"
Expand Down

0 comments on commit ae21dcb

Please sign in to comment.