Skip to content

Commit

Permalink
📝 increment feature version
Browse files Browse the repository at this point in the history
  • Loading branch information
GirkovArpa committed Mar 30, 2021
1 parent 017c8da commit 45ed97c
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "temps-lite"
version = "2.0.0"
version = "2.1.0"
authors = ["GirkovArpa <[email protected]>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ OriginalFilename = "temps-lite.exe"
LegalCopyright = "Copyright © GirkovArpa 2021"
FileDescription = "temps-lite: A smart, good-looking little weather app"
ProductName = "temps-lite"
ProductVersion = "2.0.0"
ProductVersion = "2.1.0"

[profile.release]
opt-level = "z" # Optimize for size.
2 changes: 1 addition & 1 deletion app/storage.tis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const initDatabase = function(storage) {
storage.root = {
VERSION: "2.0.0",
VERSION: "2.1.0",
LOCATION: "New York",
UNITS: "imperial",
TIME_FORMAT: "12h",
Expand Down

0 comments on commit 45ed97c

Please sign in to comment.