-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incremented the version in `__version__.py` to 0.1.3. Adjusted `writerside.cfg` with updated XML formatting and version alignment in the instance tag.
- Loading branch information
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd"> | ||
|
||
<ihp version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/writerside-cfg.xsd"> | ||
<topics dir="topics"/> | ||
<images dir="images" web-path="images"/> | ||
<categories src="c.list"/> | ||
<vars src="v.list"/> | ||
<instance src="s.tree" web-path="https://github.com/Dialpuri/Sails" version="0.1.2"/> | ||
</ihp> | ||
<ihp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/writerside-cfg.xsd"> | ||
<topics dir="topics"/> | ||
<images dir="images" web-path="images"/> | ||
<categories src="c.list"/> | ||
<vars src="v.list"/> | ||
<instance src="s.tree" web-path="https://github.com/Dialpuri/Sails" version="0.1.3"/> | ||
</ihp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.1.2' | ||
__version__ = '0.1.3' |