Skip to content

Commit

Permalink
Version bump. (Note I haven't actually been formally releasing these …
Browse files Browse the repository at this point in the history
…minor versions. Its mostly to ensure the website loads the new version.)
  • Loading branch information
pfh committed Aug 20, 2023
1 parent e21969a commit a0d5a54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: langevitour
Title: Langevin Tour
Version: 0.5.1
Version: 0.5.2
Authors@R:
person("Paul", "Harrison", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3980-268X"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# langevitour 0.5.1
# langevitour 0.5.2

* Use TypeScript and webpack.
* Support crosstalk.
Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/langevitour.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: langevitour
version: "0.5.1"
version: "0.5.2"
src: htmlwidgets/lib/
script:
- langevitour-pack.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langevitour",
"version": "0.5.1",
"version": "0.5.2",
"description": "An HTML widget that randomly tours 2D projections of numerical data.",
"type": "module",
"main": "lib/langevitour.js",
Expand Down

0 comments on commit a0d5a54

Please sign in to comment.