Skip to content

Commit

Permalink
Per #195 and #218: Bump config version to 2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed Feb 14, 2022
1 parent 2e2d8ba commit e144908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configTest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch" version="1">
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch" version="2">
<params>
<searchFile>test/search.html</searchFile>
<versionFile>test/VERSION</versionFile>
Expand Down
2 changes: 1 addition & 1 deletion config_documentation.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch" version="1">
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch" version="2">
<params>
<searchFile>docs/index.html</searchFile>
<versionFile>test/VERSION</versionFile>
Expand Down
2 changes: 1 addition & 1 deletion tei/config_tei.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch">
<config xmlns="http://hcmc.uvic.ca/ns/staticSearch" version="2">
<params>
<searchFile>output/search.html</searchFile>
<versionFile>output/VERSION</versionFile>
Expand Down

0 comments on commit e144908

Please sign in to comment.