Skip to content

Commit 079ffe4

Browse files
committed
Update to v0.0.15
1 parent 75f8958 commit 079ffe4

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.0.15
4+
- Fix missing files
5+
36
## 0.0.14
47
- Add GUI to override CSS variables
58
- Add option to load Font Awesome

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "lightning",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Joomla 4 template using HiQ",
55
"repository": {
66
"type": "git",

sampledata/lightning.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension type="plugin" group="sampledata" method="upgrade">
33
<name>plg_sampledata_lightning</name>
4-
<version>0.0.14</version>
4+
<version>0.0.15</version>
55
<author>JoomJunk</author>
66
<creationDate>1st April 2020</creationDate>
77
<copyright>Copyright (C) 2020 JoomJunk. All rights reserved.</copyright>

templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension type="template" client="site" method="upgrade">
33
<name>lightning</name>
4-
<version>0.0.14</version>
4+
<version>0.0.15</version>
55
<creationDate>9th March 2020</creationDate>
66
<author>JoomJunk</author>
77
<authorEmail>[email protected]</authorEmail>

updates/lightning_updates.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<description>Joomla 4 template using HiQ CSS</description>
55
<element>lightning</element>
66
<type>template</type>
7-
<version>0.0.14</version>
7+
<version>0.0.15</version>
88
<infourl title="Lightning Release Notes">https://github.com/C-Lodder/lightning/blob/master/CHANGELOG.md</infourl>
99
<downloads>
10-
<downloadurl type="full" format="zip">https://github.com/C-Lodder/lightning/releases/download/v0.0.14/tpl_lightning-v0.0.14.zip</downloadurl>
10+
<downloadurl type="full" format="zip">https://github.com/C-Lodder/lightning/releases/download/v0.0.15/tpl_lightning-v0.0.15.zip</downloadurl>
1111
</downloads>
1212
<maintainer>Charlie Lodder</maintainer>
1313
<maintainerurl>https://joomjunk.co.uk</maintainerurl>

0 commit comments

Comments
 (0)