Skip to content

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
effortlessmountain committed May 24, 2020
1 parent 7563a08 commit 082f08d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ironsworn-asset-workbench",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"homepage": "https://effortlessmountain.github.io/ironsworn-asset-workbench",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<meta charset="utf-8" />
<title>Ironsworn Asset Workbench v0.8.1</title>
<title>Ironsworn Asset Workbench v0.8.2</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class App extends React.Component<{}, AppState> {
return (
<div className="app">
<header className="app-header">
<h2> Ironsworn Asset Workbench v0.8.1</h2>
<h2> Ironsworn Asset Workbench v0.8.2</h2>
</header>
{this.state.currentScreen === "preview-download" &&
<Download
Expand Down

0 comments on commit 082f08d

Please sign in to comment.