Skip to content

Commit

Permalink
Bumps version to 4.0.0
Browse files Browse the repository at this point in the history
Major version bump TECHNICALLY required because the public api for the
core module has changed (and I don't wanna desync the core and cli)
Fucking unused version const
  • Loading branch information
LemonInTheDark committed Aug 30, 2024
1 parent d03f857 commit ffbc806
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 hypnagogic_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hypnagogic-cli"
description = "CLI Tool for processing icons in to the DMI format"
version = "3.1.0"
version = "4.0.0"
edition = "2021"
license = "AGPL"

Expand Down
2 changes: 1 addition & 1 deletion hypnagogic_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hypnagogic-core"
version = "3.1.0"
version = "4.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ffbc806

Please sign in to comment.