We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23e3ad commit 6f331caCopy full SHA for 6f331ca
README.md
@@ -51,7 +51,7 @@ This is a highly customizable animated Matrix wallpaper for Wallpaper Engine (We
51
- Silence Timeout
52
- Logo Customization
53
- Logo
54
- - 13 presets
+ - 23 presets
55
56
<p align="left">
57
<img src="images/ipaf.svg" alt="IP.AF" width=40px/>
index.js
@@ -1,5 +1,5 @@
1
window.onload = function () {
2
- const version = "v3.0.0";
+ const version = "v3.1.0";
3
4
checkForUpdates = async () => {
5
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';
0 commit comments