mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-09 11:55:37 +01:00
Change description of version key
This commit is contained in:
parent
d0375141f8
commit
9fbe8a4e32
@ -15,7 +15,10 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
export type ThemeManifest = {
|
||||
// Version number of theme; must be incremented on each change!
|
||||
/**
|
||||
* Version number of the theme manifest.
|
||||
* This must be incremented when backwards incompatible changes are introduced.
|
||||
*/
|
||||
version: number;
|
||||
// A user-facing string that is the name for this theme-collection.
|
||||
name: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user