Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviablaza committed Feb 12, 2024
1 parent 43c656b commit 1825783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: thunderstore_downloader
version: 0.1.0
version: 1.0.0

authors:
- Pauline De Polonia <[email protected]>
- Xavi Ablaza <[email protected]>

crystal: 1.4.1
crystal: ~> 1.6.2

license: MIT
2 changes: 1 addition & 1 deletion src/thunderstore_downloader.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"
require "http/client"

module ThunderstorePackageDownloader
VERSION = "0.1.0"
VERSION = "1.0.0"
end

require "./thunderstore_downloader/**"

0 comments on commit 1825783

Please sign in to comment.