Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Nov 19, 2024
1 parent 0265bde commit a80e219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BetterEdit 6

## v6.9.0-alpha.2
## v6.9.0
* Add <cy>LDM Object Count</c> to the pause menu

## v6.9.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "4.0.0-beta.2",
"version": "6.9.0-alpha.2",
"version": "6.9.0",
"gd": {
"win": "2.2074",
"mac": "2.2074",
Expand Down
1 change: 1 addition & 0 deletions src/features/LDMObjectCount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using namespace geode::prelude;

class $modify(EditorPauseLayer) {
$override
bool init(LevelEditorLayer* lel) {
if (!EditorPauseLayer::init(lel))
return false;
Expand Down

0 comments on commit a80e219

Please sign in to comment.