Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyfyi committed Sep 19, 2020
1 parent 08c4429 commit c691e2b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tex-match"
version = "0.1.0"
version = "1.0.0"
authors = ["Ben Sheffield <me@mrbenshef.co.uk>"]
edition = "2018"
description = """Search through over 1000 different LaTeX symbols by sketching"""
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cargo build
```shell
sudo apt-get install snap snapcraft
snapcraft snap
sudo snap install tex-match_0.1.0_amd64.snap
sudo snap install tex-match_1.0.0_amd64.snap
```

#### Linux Flatpak
Expand Down
7 changes: 7 additions & 0 deletions flatpak/data/uk.co.mrbenshef.TeX-Match.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<url type="homepage">https://tex-match.mrbenshef.co.uk/</url>
<content_rating type="oars-1.0" />
<releases>
<release version="1.0.0" date="2020-09-19">
<description>
<p>New icon</p>
<p>About dialog with basic application infomation</p>
<p>Display's a notification when clicking on a symbol to copy</p>
</description>
</release>
<release version="0.1.0" date="2020-09-04">
<description>
<p>Initial release</p>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tex-match
title: TeX Match
version: '0.1.0'
version: '1.0.0'
icon: snap/gui/tex-match.png
summary: Search through over 1000 different LaTeX symbols by sketching.
description: |
Expand Down

0 comments on commit c691e2b

Please sign in to comment.