Skip to content

Commit

Permalink
Merge pull request #47 from Alex-Van-Buren/development
Browse files Browse the repository at this point in the history
Merge Development
  • Loading branch information
NateSackett authored Oct 28, 2021
2 parents 11494ba + c042c1f commit b8ef5e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<h1 align="center">Collection Manager</h1>
<h2>Use your browser to instantly analyze your MTG Arena collection and decks. No sign-up. No login. No downloads.</h2>

### Automatic collection tracking not currently available
* If/when WotC adds collection data back into Arena's log files, automatic tracking will be added again.

### How to use the Collection Manager:
1. Upload your Player Log file (see the help page for help finding you logs).
2. See your collection progress for every set.
Expand All @@ -17,5 +20,4 @@
* Import decks from file or paste them in from your clipboard
* Try out the "Limited" mode to edit your draft decks

## Stay tuned for the full release coming soon!
© 2021 Nate Sackett and Alex Van Buren. All rights reserved.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "collection_manager",
"homepage": "https://mtga-collection-manager.herokuapp.com/",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/All/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '../../css/Announcements.css';
*/
function Announcements() {

const version = 'v1.0.0';
const version = 'v1.0.1';

// Specify date of newest announcement. Announcements hidden after this date won't be shown.
const newestAnnouncement = 20211028000000; // YYYY + MM + DD + 000000
Expand Down

0 comments on commit b8ef5e0

Please sign in to comment.