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

Commit d3157fd

Browse files
committed
Version 0.1.0
1 parent 776278b commit d3157fd

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
@@ -286,7 +286,7 @@ <h1>
286286
<br/>
287287
<small>
288288
<a href="https://macosnotif.js.org/">
289-
<img src="https://img.shields.io/badge/package-v0.1.0--beta2-007aff.svg?style=flat-square"
289+
<img src="https://img.shields.io/badge/package-v0.1.0-007aff.svg?style=flat-square"
290290
alt="Package Version">
291291
</a>
292292
<a href="https://github.com/MattIPv4/macOSNotifJS/tree/master/LICENSE">
@@ -632,7 +632,7 @@ <h2>
632632
<small>
633633
macOSNotifJS is a plugin created by <a href="https://mattcowley.co.uk/" target="_blank">Matt Cowley</a>.
634634
<br/>
635-
<br/><i>macOSNotifJS - v0.1.0-beta2 - 2019-06-08</i>
635+
<br/><i>macOSNotifJS - v0.1.0 - 2019-06-08</i>
636636
</small>
637637
</h2>
638638

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macosnotif",
3-
"version": "0.1.0-beta2",
3+
"version": "0.1.0",
44
"description": "A simple Javascript plugin to create simulated macOS notifications on your website.",
55
"browser": "dist/macOSNotif.min.js",
66
"style": "dist/macOSNotif.min.css",

0 commit comments

Comments
 (0)