Skip to content

Commit 8d329e1

Browse files
committed
📝 increment version
1 parent 11e66d6 commit 8d329e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calligrapher-ai"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["GirkovArpa <girkovarpa@protonmail.com>"]
55
edition = "2018"
66

@@ -18,7 +18,7 @@ OriginalFilename = "https://calligrapher.ai"
1818
LegalCopyright = "Copyright © girkovarpa 2021, sjvasquez 2020"
1919
FileDescription = "Realistic handwriting generator. Convert text to handwriting using a recurrent neural network. Choose from various print and cursive styles. Customize the outputs and download as SVG."
2020
ProductName = "Calligrapher AI"
21-
ProductVersion = "0.1.0"
21+
ProductVersion = "0.2.0"
2222

2323
[profile.release]
2424
opt-level = "z" # Optimize for size.

app/about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<section #content>
1212
<shift><b>Calligrapher AI</b></shift>
13-
<v>v0.1.0</v>
13+
<v>v0.2.0</v>
1414

1515
</section>
1616
<div #info>

0 commit comments

Comments
 (0)