Skip to content

Commit

Permalink
Updated version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noisrucer committed Apr 13, 2023
1 parent a59f9b9 commit e36313f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you want to see the server source code, go to [**girokserver**](https://githu

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/changjin97z)

# 🤖 Version `0.1.15` is released now!
# 🤖 Version `0.1.16` is released now!

- `Guest mode` - You can choose to log in as `guest mode` to save your data locally.
- Currently, local data are not synchronized with the server. Synchronization with the server will be added in the upcoming release.
Expand Down
Binary file added dist/girok-0.1.16-py3-none-any.whl
Binary file not shown.
Binary file added dist/girok-0.1.16.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion girok/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.15"
__version__ = "0.1.16"
2 changes: 1 addition & 1 deletion girok/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_name": "girok",
"base_url": "http://girok-server-balancer-1565927748.ap-northeast-1.elb.amazonaws.com",
"version": "0.1.15"
"version": "0.1.16"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "girok"
version = "0.1.15"
description = "Deadline options for chdate command. --yes option for done command"
version = "0.1.16"
description = "Moved resources directory from girok directory to root directory"
authors = ["Jason Lee <[email protected]>"]
readme = "README.md"

Expand Down

0 comments on commit e36313f

Please sign in to comment.