Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 7d30285

Browse files
committed
0.0.5 release
1 parent e623331 commit 7d30285

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/macOSNotif.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/macOSNotif.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h1>
264264
<br/>
265265
<small>
266266
<a href="https://macosnotif.js.org/">
267-
<img src="https://img.shields.io/badge/package-v0.0.5--beta2-007aff.svg?style=flat-square"
267+
<img src="https://img.shields.io/badge/package-v0.0.5-007aff.svg?style=flat-square"
268268
alt="Package Version">
269269
</a>
270270
<a href="https://github.com/MattIPv4/macOSNotifJS/tree/master/LICENSE">
@@ -556,7 +556,7 @@ <h2>
556556
<small>
557557
macOSNotifJS is a plugin created by <a href="https://mattcowley.co.uk/" target="_blank">Matt Cowley</a>.
558558
<br/>
559-
<br/><i>macOSNotifJS - v0.0.5-beta2 - 2019-05-21</i>
559+
<br/><i>macOSNotifJS - v0.0.5 - 2019-05-21</i>
560560
</small>
561561
</h2>
562562

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macOSNotifJS",
3-
"version": "0.0.5-beta2",
3+
"version": "0.0.5",
44
"description": "A simple Javascript plugin to create simulated macOS notifications on your website.",
55
"main": "src/macOSNotif.js",
66
"scripts": {

0 commit comments

Comments
 (0)