Skip to content

Commit

Permalink
Only test on x64. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Jan 3, 2020
1 parent 8da15e0 commit 9783d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RandomNumbers"
uuid = "e6cf234a-135c-5ec9-84dd-332b85af5143"
author = ["Sunoru <[email protected]>"]
repo = "https://github.com/sunoru/RandomNumbers.jl.git"
version = "1.3.0"
version = "1.4.0"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
- julia_version: nightly

platform:
- x86 # 32-bit
- x64 # 64-bit

matrix:
Expand Down

2 comments on commit 9783d98

@sunoru
Copy link
Member Author

@sunoru sunoru commented on 9783d98 Jan 3, 2020

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/7490

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.0 -m "<description of version>" 9783d9890bffe86d7206c41725034eb3d8f622e9
git push origin v1.4.0

Please sign in to comment.