Skip to content

Commit

Permalink
RELEASE: 11.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Mar 27, 2023
1 parent 946e38e commit a1b06ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '11.0.6',
force: false,
version: '11.0.10',
force: true,
sections: [
{
type: 'intro',
Expand Down Expand Up @@ -66,6 +66,10 @@ export const updates: readonly Update[] = [
{
category: 'battlegrounds',
details: [
{
type: 'content',
text: `The strategy tips by Minder & Jkirek (BG curvesheet) have been updated for the buddies!`,
},
{
type: 'feature',
text: `You can now see the strategy tips for each hero by mousing over the "click to view the tips" text in the BG window`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "11.0.9",
"version": "11.0.10",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit a1b06ec

Please sign in to comment.