Skip to content

Commit

Permalink
[ci skip] Remove 1.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Apr 21, 2020
1 parent 092cfb1 commit b4a2463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ notifications:
email: false
julia:
- 1.0
- 1.3
- 1.4
- nightly
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleMock"
uuid = "a896ed2c-15a5-4479-b61d-a0e88e2a1d25"
authors = ["Chris de Graaf <chrisadegraaf@gmail.com>"]
version = "1.1.3"
version = "1.1.4"

[deps]
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
Expand Down

2 comments on commit b4a2463

@christopher-dG
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

Release notes:
Slight performance boost thanks to a fixed Cassette bug.

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

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.1.4 -m "<description of version>" b4a2463c809b41bdb7bb4bc90d49aa50053a0d5f
git push origin v1.1.4

Please sign in to comment.