Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sn0wcat/macaw-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wcat committed Feb 16, 2022
2 parents 8ee4951 + b118dd3 commit 59b9c0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MacawTrackerPlugin/MacawPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public string ButtonText

public string Description
{
get { return "Macaw Tracker Plugin (Tracks last card which was played with BattleCry"; }
get { return "Macaw Tracker Plugin (Tracks the last Battlecry: card)"; }
}

public MenuItem MenuItem
Expand Down Expand Up @@ -71,7 +71,7 @@ public void OnUpdate()

public Version Version
{
get { return new Version(1,0,0); }
get { return new Version(1,0,1); }
}
}
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Macaw Tracker Plugin

[![GitHub release](https://img.shields.io/github/release/sn0wcat/macaw-tracker.svg?maxAge=604800)](https://github.com/sn0wcat/macaw-tracker/releases/latest)
[![GitHub release](https://img.shields.io/github/release/sn0wcat/macaw-tracker.svg)](https://github.com/sn0wcat/macaw-tracker/releases/latest)

A simple plugin for [Hearthstone Deck Tracker](https://github.com/Epix37/Hearthstone-Deck-Tracker) to track the last battlecry played.

![screenshot](http://i.imgur.com/dBBnawz.png)
![Imgur](https://i.imgur.com/gCQkz1m.png)

![Imgur](https://i.imgur.com/Hojo03e.png)

0 comments on commit 59b9c0c

Please sign in to comment.