Skip to content

Commit

Permalink
Merge pull request #467 from MDMAN/patch-1
Browse files Browse the repository at this point in the history
Update package.xml
  • Loading branch information
dtdesign authored Oct 4, 2024
2 parents f924d38 + 1db7185 commit f13f46e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/tutorial/basic-app/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<packagename>Example App</packagename>
<packagedescription>A very basic example of an app.</packagedescription>
<isapplication>1</isapplication>
<version>5.5.0</version>
<date>2022-12-09</date>
<version>6.1.0</version>
<date>2024-12-09</date>
</packageinformation>

<authorinformation>
Expand All @@ -14,11 +14,11 @@
</authorinformation>

<requiredpackages>
<requiredpackage minversion="5.5.7">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.1.0 Beta 2">com.woltlab.wcf</requiredpackage>
</requiredpackages>

<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>

<instructions type="install">
Expand Down

0 comments on commit f13f46e

Please sign in to comment.