Skip to content

Commit

Permalink
Fix extension manifest version for CC2019
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamarlinghi committed Oct 24, 2018
1 parent 3e51394 commit 24280ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/bundle/manifest.bundle.cc2019.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="8.0" ExtensionBundleId="<%= bundle.id %>" ExtensionBundleName="<%= bundle.name %>" ExtensionBundleVersion="<%= bundle.version %>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionManifest Version="7.0" ExtensionBundleId="<%= bundle.id %>" ExtensionBundleName="<%= bundle.name %>" ExtensionBundleVersion="<%= bundle.version %>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Author><![CDATA[<%= bundle.author_name %>]]></Author>
<ExtensionList>
<%= extension_list %>
Expand Down

0 comments on commit 24280ab

Please sign in to comment.