Skip to content

Commit

Permalink
Update to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Jul 8, 2021
1 parent c180313 commit 9ef4377
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
/joomla export-ignore
/packages export-ignore
/vendor export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/build.xml export-ignore
/pkg_juimage.xml export-ignore
/noimage.png export-ignore
/juimage.xml export-ignore
/JUImage.php export-ignore
/blank.png export-ignore
/CODE_OF_CONDUCT.md export-ignore
/README.md export-ignore
/LICENSE.md export-ignore
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="juimage" default="dist" basedir=".">

<property name="VERSION" value="4.3.2"/>
<property name="VERSION" value="4.3.3"/>
<property name="build" value="build"/>
<property name="temp" value="temp"/>
<property name="dist" value="dist"/>
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
},
"archive": {
"exclude": [
"packages",
"vendor",
"pkg_juimage.xml",
"noimage.png",
"JUImage.php",
"blank.png"
"/packages",
"/vendor",
"/pkg_juimage.xml",
"/noimage.png",
"/JUImage.php",
"/blank.png"
]
},
"require": {
Expand Down

0 comments on commit 9ef4377

Please sign in to comment.