From a0d5a54bee444c680d0cf3e2da56a57817a86904 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 20 Aug 2023 13:11:33 +1000 Subject: [PATCH] Version bump. (Note I haven't actually been formally releasing these minor versions. Its mostly to ensure the website loads the new version.) --- DESCRIPTION | 2 +- NEWS.md | 2 +- inst/htmlwidgets/langevitour.yaml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f592b85..4af31bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: langevitour Title: Langevin Tour -Version: 0.5.1 +Version: 0.5.2 Authors@R: person("Paul", "Harrison", , "pfh@logarithmic.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3980-268X")) diff --git a/NEWS.md b/NEWS.md index fa3dda9..f05a972 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# langevitour 0.5.1 +# langevitour 0.5.2 * Use TypeScript and webpack. * Support crosstalk. diff --git a/inst/htmlwidgets/langevitour.yaml b/inst/htmlwidgets/langevitour.yaml index cb71006..0417981 100644 --- a/inst/htmlwidgets/langevitour.yaml +++ b/inst/htmlwidgets/langevitour.yaml @@ -1,6 +1,6 @@ dependencies: - name: langevitour - version: "0.5.1" + version: "0.5.2" src: htmlwidgets/lib/ script: - langevitour-pack.js diff --git a/package.json b/package.json index d80fa92..680d07e 100644 --- a/package.json +++ b/package.json @@ -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",