Skip to content

Commit

Permalink
Update release notes and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGazer1258 committed Jan 12, 2020
1 parent 0ca3ca9 commit 6520700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "beatdrop",
"description": "A desktop app for downloading Beat Saber songs.",
"author": "Nathaniel Johns (StarGazer1258)",
"version": "2.6.1-beta",
"version": "2.6.2-beta",
"private": false,
"license": "CC-BY-NC-SA-4.0",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/components/ReleaseNotesModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class ReleaseNotesModal extends Component {
<li>2.6.1: Fixed "Ignore Update" button.</li>
<li>2.6.1: Make playlist editing check more efficient.</li>
<li>2.6.1: Merge <a href="https://github.com/StarGazer1258/BeatDrop/pull/57" onClick={ (e) => { e.preventDefault(); e.stopPropagation(); window.require('electron').shell.openExternal(e.target.href) } }>#57.</a> Fixes bug with folder name creation.</li>
<li>2.6.2: Merge <a href="https://github.com/StarGazer1258/BeatDrop/pull/110" onClick={ (e) => { e.preventDefault(); e.stopPropagation(); window.require('electron').shell.openExternal(e.target.href) } }>#110.</a> Fixes <a href="https://github.com/StarGazer1258/BeatDrop/issues/86" onClick={ (e) => { e.preventDefault(); e.stopPropagation(); window.require('electron').shell.openExternal(e.target.href) } }>#86</a>, a crash when opening centain categories.</li>
</ul>
<br />
<Button type="primary" onClick={ () => { this.props.setLatestReleaseNotes(require('../../package.json').version) } }>Awesome!</Button>
Expand Down

0 comments on commit 6520700

Please sign in to comment.