Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvankodev committed Nov 7, 2024
1 parent 36d020f commit 96bc348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ jobs:
echo "ASSET_SUM=$ARCHIVE.tar.gz.sha256" >> $GITHUB_ENV
- name: Upload release archive
run: gh release upload "${{ github.event.tag_name }}" ${{ env.ASSET }} ${{ env.ASSET_SUM }}
env:
GH_TOKEN: ${{ github.token }}
run: gh release upload "${{ github.event.release.tag_name }}" ${{ env.ASSET }} ${{ env.ASSET_SUM }}
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metaframer"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["Michal Vanko <[email protected]>"]
license = "MIT"
Expand All @@ -11,9 +11,6 @@ repository = "https://github.com/michalvankodev/metaframer"
keywords = ["cli", "watermark", "exif", "images", "generator"]
categories = ["command-line-utilities"]

[build-dependencies]
dirs = "5.0.1"

[dependencies]
anyhow = "1.0.86"
assert_cmd = "2.0.14"
Expand Down

0 comments on commit 96bc348

Please sign in to comment.