Skip to content

Commit

Permalink
release 0.19.28
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 21, 2023
1 parent 50b2dc5 commit 3ee1275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "Pluto"
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
license = "MIT"
authors = ["Fons van der Plas <[email protected]>"]
version = "0.19.27"
version = "0.19.28"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
4 changes: 2 additions & 2 deletions frontend/featured_sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export default {
// check out https://github.com/JuliaPluto/pluto-developer-instructions/blob/main/How%20to%20update%20the%20featured%20notebooks.md to learn more
sources: [
{
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v2/pluto_export.json",
integrity: "sha256-fDkEwI4YcuoCcQPZQmafTwnHD0evKyq0dGLEL+XLjZA=",
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v3/pluto_export.json",
integrity: "sha256-y2E/niS8Em5a4wfSupsmDi0JaTrKSI0WF9DBkfEiQYQ=",
},
],
}

0 comments on commit 3ee1275

Please sign in to comment.