Skip to content

Commit

Permalink
Bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Feb 23, 2024
1 parent 5960879 commit bc5477a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "glide"
readme = "README.md"
repository = "https://github.com/philn/glide"
version = "0.6.1"
version = "0.6.2"

[dependencies]
directories = "4.0"
Expand Down
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
project(
'glide', 'rust',
version: '0.6.1',
license: 'MIT',
)
project('glide', 'rust', version : '0.6.2', license : 'MIT')

glide_version = meson.project_version()
version_array = glide_version.split('.')
Expand Down

0 comments on commit bc5477a

Please sign in to comment.