Skip to content

Commit

Permalink
Update scripts, add version to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 23, 2019
1 parent e2509e8 commit b9122c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ uuid = "cb9422de-a9d8-5b68-86db-ff05833ab307"
keywords = ["Strings", "Characters", "Character Sets", "Encodings"]
license = "MIT"
desc = "Types, Traits and support for Character Sets, Encodings, and CSEs (Character Set Encodings)"
version = "1.0.0"

[deps]
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1
- julia_version: latest

platform:
Expand Down

2 comments on commit b9122c8

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

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>" b9122c8eb1b7aac25ae812cc6a61c3e87db04d80
git push origin v1.0.0

Please sign in to comment.