Skip to content

Commit f327b7f

Browse files
committed
Bumped version number to 0.1.2
1 parent 4130274 commit f327b7f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retroify.js",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A library to apply retro 8-bit styling to web pages",
55
"repository": {
66
"type": "git",

src/retroify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* retroify.js v0.1.1
2+
* retroify.js v0.1.2
33
* A library to apply retro 8-bit styling to web pages
44
* https://github.com/rbonestell/retroify.js
55
*
@@ -301,7 +301,7 @@
301301
}
302302

303303
const Retroify = {
304-
version: '0.1.1',
304+
version: '0.1.2',
305305
isApplied: false,
306306

307307
/**

0 commit comments

Comments
 (0)