Skip to content

Commit d5d65d4

Browse files
2.4.4 release
1 parent 8da4882 commit d5d65d4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

astroid/astroid-framework/astroid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<name>Astroid Framework</name>
44
<libraryname>astroid</libraryname>
55
<author>JoomDev</author>
6-
<creationDate>Aug 2020</creationDate>
7-
<version>2.4.3</version>
6+
<creationDate>Sept 2020</creationDate>
7+
<version>2.4.4</version>
88
<url>https://www.astroidframework.com</url>
99
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-framework/framework/library/astroid/Helper/Constants.php

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

1414
class Constants
1515
{
16-
public static $astroid_version = '2.4.3';
16+
public static $astroid_version = '2.4.4';
1717
public static $fontawesome_version = '5.14.0';
1818
public static $animatecss_version = '3.7.0';
1919
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';

astroid/astroid-framework/plugins/astroid/astroid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extension version="3.1" type="plugin" method="upgrade" group="system">
33
<name>Astroid Plugin</name>
44
<author>JoomDev</author>
5-
<creationDate>Aug 2020</creationDate>
6-
<version>2.4.3</version>
5+
<creationDate>Sept 2020</creationDate>
6+
<version>2.4.4</version>
77
<url>https://www.astroidframework.com</url>
88
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
99
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

pkg_astroid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<packager>JoomDev</packager>
66
<packagerurl>https://www.astroidframework.com</packagerurl>
77
<author>JoomDev</author>
8-
<creationDate>Aug 2020</creationDate>
9-
<version>2.4.3</version>
8+
<creationDate>Sept 2020</creationDate>
9+
<version>2.4.4</version>
1010
<url>https://www.joomdev.com</url>
1111
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1212
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)