Skip to content

Commit bb7fd5b

Browse files
committed
increased version
updated readme
1 parent 5982b92 commit bb7fd5b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Click on each preview to watch live
4343
- Trail Length
4444
- Drop Count/Column (1-5)
4545
- Initial Fall Animation
46-
- None
4746
- Fall
4847
- Scatter
4948
- Color Customization
@@ -71,7 +70,6 @@ Click on each preview to watch live
7170
- Silence Timeout
7271
- Logo Customization
7372
- Logo
74-
- None
7573
- 23 presets :
7674

7775
<p align="left">
@@ -114,7 +112,6 @@ Click on each preview to watch live
114112
- Position
115113
- Day
116114
- Day
117-
- None
118115
- Full
119116
- Short
120117
- All CAPS
@@ -125,7 +122,6 @@ Click on each preview to watch live
125122
- Position
126123
- Date
127124
- Year
128-
- None
129125
- Full
130126
- Short
131127
- Order
@@ -134,7 +130,6 @@ Click on each preview to watch live
134130
- Month Name
135131
- All CAPS
136132
- Delimiter
137-
- None
138133
- Space
139134
- \-
140135
- .

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
window.onload = function () {
22
//MARK: Update
3-
const version = "v7.0.0";
3+
const version = "v7.0.1";
44

55
checkForUpdates = async () => {
66
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';

0 commit comments

Comments
 (0)