Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereal-sheep committed Aug 9, 2022
1 parent 8ece0c7 commit 74ee302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CD # Continuous Deployment
on:
push:
tags:
- '[v]?[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)?'
- '[v]?[0-9]+.[0-9]+.[0-9]+'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heapify"
version = "0.1.0-beta"
version = "0.1.0"
edition = "2021"
description = "Convenience functions to turn slices into max-heaps."
repository = "https://github.com/ethereal-sheep/heapify"
Expand Down

0 comments on commit 74ee302

Please sign in to comment.