Skip to content

Commit

Permalink
⬆ Bump downcat v0.3.1 -> v0.3.2, Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sexnine committed May 14, 2022
1 parent dcfce20 commit 143918c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 = "downcat"
version = "0.3.1"
version = "0.3.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Run downcat to serve your current directory and then open the link in your brows
<pre><samp>~$ <kbd>downcat</kbd>
🐈 Starting downcat...

✅ Downcat v0.3.1 running!
✅ Downcat v0.3.2 running!
✨ Listening on http://192.168.0.23:3030/
</samp></pre>

Expand Down Expand Up @@ -102,12 +102,12 @@ Note: While developing, the frontend and backend should be run seperately. When
- [x] Retrieve Files and Folders `v0.1.0`
- [x] Get metadata `v0.1.0`
- [x] Sort file list `v0.1.0`
- [ ] Search file list
- [x] Search file list `v0.3.2`
- [ ] Enhanced File Icons
- [ ] Download multiple files
- [x] Directory History `v0.1.0`
- [x] Uploading Files `v0.3.0`
- [ ] Uploading multiple files
- [x] Uploading multiple files `v0.3.2`
- [ ] Uploading Folders
- [ ] Managing Files/Folders
- [ ] Renaming
Expand All @@ -120,7 +120,7 @@ Note: While developing, the frontend and backend should be run seperately. When
- [x] Updater `v0.2.0`
- [x] Checks for updates `v0.2.0`
- [x] `downcat update` to perform a self-update `v0.2.0`
- [ ] Cross Platform support
- [x] Cross Platform support
- [x] Windows
- [x] Linux
- [x] MacOS `v0.3.1`
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DOWNCAT_VERSION="0.3.1"
VITE_DOWNCAT_VERSION="0.3.2"

0 comments on commit 143918c

Please sign in to comment.