Skip to content

Commit

Permalink
version inc (#21)
Browse files Browse the repository at this point in the history
* version inc

* Update Project.toml
  • Loading branch information
ThummeTo committed Dec 21, 2022
1 parent 4ef6b42 commit c75a8f8
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 = "FMIExport"
uuid = "31b88311-cab6-44ed-ba9c-fe5a9abbd67a"
authors = ["TT <[email protected]>", "LM <[email protected]>"]
version = "0.1.11"
version = "0.1.12"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -11,5 +11,5 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
EzXML = "1.1.0"
FMICore = "0.13, 0.14"
FMICore = "0.14, 0.15"
julia = "1.6"

2 comments on commit c75a8f8

@ThummeTo
Copy link
Owner 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/74447

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 v0.1.12 -m "<description of version>" c75a8f8d0c1845f2a4259164b84124b20356d4b4
git push origin v0.1.12

Please sign in to comment.