Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Jun 12, 2019
1 parent 15b3a26 commit df2f0b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.DS_Store

node_modules

out/

out
yarn-error.log

.env
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ <h2 class="display-4 mb-4">See it in action</h2>
<p class="text-center">
<a
class="btn btn-primary btn-lg"
href="https://github.com/will-stone/browserosaurus/releases/download/v5.5.0/Browserosaurus-5.5.0.dmg"
href="https://github.com/will-stone/browserosaurus/releases/download/v5.5.1/Browserosaurus-5.5.1.dmg"
>
Download Browserosaurus v5.5.0 for Mac
Download Browserosaurus v5.5.1 for Mac
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browserosaurus",
"productName": "Browserosaurus",
"version": "5.5.0",
"version": "5.5.1",
"engines": {
"node": ">=10.4.1"
},
Expand Down

0 comments on commit df2f0b8

Please sign in to comment.