Skip to content

Commit

Permalink
version 0.12.31, drop v1.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Apr 5, 2021
1 parent 9e61cef commit 1de6b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
version:
- '1.6' # current stable
- '1.0' # lts
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Atom"
uuid = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
version = "0.12.30"
version = "0.12.31"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -57,7 +57,7 @@ Traceur = "^0.3"
TreeViews = "^0.3.0"
WebIO = "^0.8.1"
WebSockets = "^1.5"
julia = "0.7, 1"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 1de6b63

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

Registration pull request created: JuliaRegistries/General/33554

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 v0.12.31 -m "<description of version>" 1de6b633e3ba8bb8b874462e5a11b4ff1062a564
git push origin v0.12.31

Please sign in to comment.