Skip to content

Commit

Permalink
Merge pull request #11470 from tobymao/1837-alpha
Browse files Browse the repository at this point in the history
[1837] To alpha
  • Loading branch information
crericha authored Jan 26, 2025
2 parents 7c375f8 + ea28db0 commit 555adf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions assets/app/view/welcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ def render

def render_notification
message = <<~MESSAGE
<p><a href="https://github.com/tobymao/18xx/wiki/18RoyalGorge">18RoyalGorge</a> is now in beta.</p>
<p><a href="https://github.com/tobymao/18xx/wiki/1858%20Switzerland">1858 Switzerland</a> is in alpha.</p>
<p><a href="https://github.com/tobymao/18xx/wiki/1837">1837</a> is now in alpha.</p>
<p>Report bugs and make feature requests <a href='https://github.com/tobymao/18xx/issues'>on GitHub</a>.</p>
MESSAGE
Expand Down
4 changes: 2 additions & 2 deletions lib/engine/game/g_1837/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ module G1837
module Meta
include Game::Meta

DEV_STAGE = :prealpha
DEV_STAGE = :alpha

GAME_DESIGNER = 'Leonhard Orgler'
GAME_LOCATION = 'Austria-Hungary'
GAME_LOCATION = 'Eastern Europe'
GAME_PUBLISHER = :all_aboard_games
GAME_RULES_URL = 'https://boardgamegeek.com/filepage/238953'
GAME_INFO_URL = 'https://github.com/tobymao/18xx/wiki/1837'
Expand Down

0 comments on commit 555adf9

Please sign in to comment.