wuffle 0.51.0 → 0.51.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuffle",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "description": "A multi-repository task board for GitHub issues",
5
5
  "author": {
6
6
  "name": "Nico Rehwaldt",
@@ -92,5 +92,5 @@
92
92
  "index.js",
93
93
  "wuffle.config.example.js"
94
94
  ],
95
- "gitHead": "edc504e0f02d3f9276a87da6d1c275dedba3bfc4"
95
+ "gitHead": "a6adad9a8ddc7dcb000bcd1e90fbfe931c901c85"
96
96
  }
package/public/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <meta name="theme-color" content="#37abc8" />
7
- <meta name="description" content="Multi repository task board for GitHub issues. The board software is available as Open Source, cf. https://wuffle.dev" />
7
+ <meta name="description" content="Multi repository taskboard for GitHub issues, powered by Wuffle (https://wuffle.dev)." />
8
8
  <meta name="referrer" content="strict-origin-when-cross-origin" />
9
9
 
10
10
  <title>Wuffle</title>