Skip to content

Commit

Permalink
bump-up version to 1.10 includes GPM 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuAryan authored Mar 15, 2023
1 parent e6fcd0b commit 4b8e94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenieFramework"
uuid = "a59fdf5c-6bf0-4f5d-949c-a137c9e2f353"
authors = ["Adrian Salceanu <[email protected]> and contributors"]
version = "1.9.0"
version = "1.10.0"

[deps]
GarishPrint = "b0ab02a7-8576-43f7-aa76-eaa7c3897c54"
Expand All @@ -20,7 +20,7 @@ GarishPrint = "0.5"
Genie = "5"
GenieAutoReload = "2"
GenieDevTools = "2"
GeniePackageManager = "0.10"
GeniePackageManager = "0.11"
Reexport = "1"
Revise = "3"
Stipple = "0.25"
Expand Down

4 comments on commit 4b8e94b

@AbhimanyuAryan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@AbhimanyuAryan, it looks like you are not a publicly listed member/owner in the parent organization (GenieFramework).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@AbhimanyuAryan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/79631

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.10.0 -m "<description of version>" 4b8e94b32232d7d60fcba4c1bebf94b64732cbb0
git push origin v1.10.0

Please sign in to comment.