Skip to content

Commit

Permalink
README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhener committed Nov 22, 2024
1 parent b353c2d commit af9ef83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/Version-v1.0.0-green)
![Version](https://img.shields.io/badge/Version-v1.0.1-green)
[![GitHub](https://img.shields.io/github/license/patrickhener/goshs)](https://github.com/patrickhener/goshs/blob/master/LICENSE)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/patrickhener/goshs)
[![GitHub issues](https://img.shields.io/github/issues-raw/patrickhener/goshs)](https://github.com/patrickhener/goshs/issues)
Expand All @@ -22,7 +22,10 @@ For a detailed documentation go to [goshs.de](https://goshs.de)
# Features
* Download or view files
* Bulk download as .zip file
* Upload files (Drag & Drop)
* Upload files
* POST request
* PUT request
* Drag & Drop in web interface
* Delete files
* Individually
* Bulk delete
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/patrickhener/goshs/utils"
)

const goshsVersion = "v1.0.0"
const goshsVersion = "v1.0.1"

var (
port = 8000
Expand Down

0 comments on commit af9ef83

Please sign in to comment.