Skip to content

Commit

Permalink
Add version to Project.toml, update .travis and appveyor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 23, 2019
1 parent 68fcc48 commit 6e02811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ keywords = ["Strings", "PCRE", "Regex"]
license = "MIT"
name = "PCRE2"
uuid = "c9310f65-a42c-5928-aca3-d34f64192029"
version = "1.0.1"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"

[extras]
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

4 comments on commit 6e02811

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

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.1 -m "<description of version>" 6e028117ab5ca870118772b08f4c7502df7ebb88
git push origin v1.0.1

@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.

Error while trying to register: Version 1.0.1 already exists

Please sign in to comment.