Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Mar 22, 2018
1 parent 3179c02 commit a7600b0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
16 changes: 16 additions & 0 deletions data/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<h3>0.9.4</h3>

<h4>Changed:</h4>

<ul>
<li>Documentation formatting.</li>
</ul>

<h4>Fixed:</h4>

<ul>
<li>Crash during <code>defs</code> processing.</li>
<li>Crash during <code>use</code> resolving.</li>
<li>Elements -&gt; <em>Resolve &#39;use&#39; elements</em> does not resolve used <code>use</code> now.</li>
</ul>

<h3>0.9.3</h3>

<h4>Added:</h4>
Expand Down
9 changes: 9 additions & 0 deletions data/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.9.4
#### Changed:
- Documentation formatting.

#### Fixed:
- Crash during `defs` processing.
- Crash during `use` resolving.
- Elements -> *Resolve 'use' elements* does not resolve used `use` now.

### 0.9.3
#### Added:
- Output -> Number list separator
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void exeErr(const QString &name);

int main(int argc, char *argv[])
{
const QVersionNumber ver(0, 9, 3);
const QVersionNumber ver(0, 9, 4);

QApplication a(argc, argv);
a.setApplicationName("SVG Cleaner");
Expand Down

0 comments on commit a7600b0

Please sign in to comment.