Skip to content

Commit

Permalink
Update version 3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jun 5, 2024
1 parent 8d83bd1 commit ecc69bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<name>Astroid Framework</name>
<libraryname>astroid</libraryname>
<author>Astroid Framework Team</author>
<creationDate>May 2024</creationDate>
<version>3.0.15-rc1</version>
<creationDate>June 2024</creationDate>
<version>3.0.15</version>
<url>https://astroidframe.work/</url>
<copyright>Copyright (C) 2024 TemPlaza, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
Expand Down
4 changes: 2 additions & 2 deletions astroid_framework.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<updates>
<update>
<name>Astroid Framework</name>
<version>3.0.14</version>
<version>3.0.15</version>
<infourl title="Astroid Framework">https://astroidframe.work/</infourl>
<element>astroid</element>
<type>library</type>
<client>0</client>
<downloads>
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.0.14/astroid-framework-3.0.14.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.0.15/astroid-framework-3.0.15.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
2 changes: 1 addition & 1 deletion framework/library/astroid/Helper/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Constants
{
public static $astroid_version = '3.0.15-rc1';
public static $astroid_version = '3.0.15';
public static $fontawesome_version = '6.5.2';
public static $fancybox_version = '5.0';
public static $animatecss_version = '3.7.0';
Expand Down

0 comments on commit ecc69bf

Please sign in to comment.