Skip to content

Commit 6e1b003

Browse files
committed
Version 3.1.3
1 parent c7e2a5d commit 6e1b003

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<libraryname>astroid</libraryname>
55
<author>Astroid Framework Team</author>
66
<creationDate>August 2024</creationDate>
7-
<version>3.1.2</version>
7+
<version>3.1.3</version>
88
<url>https://astroidframe.work/</url>
99
<copyright>Copyright (C) 2024 TemPlaza, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>

astroid_framework.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<updates>
22
<update>
33
<name>Astroid Framework</name>
4-
<version>3.1.2</version>
4+
<version>3.1.3</version>
55
<infourl title="Astroid Framework">https://astroidframe.work/</infourl>
66
<element>astroid</element>
77
<type>library</type>
88
<client>0</client>
99
<downloads>
10-
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.1.2/astroid-framework-3.1.2.zip</downloadurl>
10+
<downloadurl type="full" format="zip">https://github.com/templaza/astroid-framework/releases/download/v3.1.3/astroid-framework-3.1.3.zip</downloadurl>
1111
</downloads>
1212
<tags>
1313
<tag>stable</tag>

framework/library/astroid/Helper/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class Constants
2020
{
21-
public static $astroid_version = '3.1.3-rc1';
21+
public static $astroid_version = '3.1.3';
2222
public static $fontawesome_version = '6.6.0';
2323
public static $fancybox_version = '5.0';
2424
public static $animatecss_version = '3.7.0';

0 commit comments

Comments
 (0)