Skip to content

Commit

Permalink
version and bson compat bump
Browse files Browse the repository at this point in the history
  • Loading branch information
racinmat committed May 6, 2021
1 parent 86bda4c commit 752b34a
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 = "JsonGrinder"
uuid = "d201646e-a9c0-11e8-1063-23b139159713"
authors = ["pevnak <pevnak@gmail.com>", "Matej Racinsky <racinsky.matej@seznam.cz>"]
version = "1.7.6"
version = "1.7.7"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand All @@ -25,7 +25,7 @@ ThreadTools = "dbf13d8f-d36e-4350-8970-f3a99faba1a8"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
BSON = "^0.2"
BSON = "^0.3"
DataStructures = "^0.17"
FillArrays = "~0.6, ~0.7, ~0.8, ~0.9"
Flux = "~0.11"
Expand Down

2 comments on commit 752b34a

@racinmat
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/36200

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.7.7 -m "<description of version>" 752b34a7e7189fe921f1772ebc4ebfe9e1e8ab9e
git push origin v1.7.7

Please sign in to comment.