Skip to content

Commit

Permalink
Update scripts and Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 23, 2019
1 parent a955615 commit b34ab69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Expand Up @@ -4,6 +4,7 @@ keywords = ["Entities", "LaTeX"]
license = "MIT"
name = "LaTeX_Entities"
uuid = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
version = "1.0.0"

[deps]
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Expand All @@ -18,4 +19,4 @@ test = ["Test"]

[compat]
julia = "^1.0.0"
StrTables = "0.3.0, ≥ 1.0.0"
StrTables = "≥ 1.0.0"
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1
- julia_version: latest

platform:
Expand Down

4 comments on commit b34ab69

@ScottPJones
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: Action not recognized: revise

@ScottPJones
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 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/433

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

git tag -a v1.0.0 -m "<description of version>" b34ab69f1cb08a60eadbb2c2709e763d219553c3
git push origin v1.0.0

Please sign in to comment.