From 98c72779a37a6854c4f6e51163dd40f1981cc1c8 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Thu, 30 Dec 2021 16:52:52 -0500 Subject: [PATCH] Release 1.10.10 --- DESCRIPTION | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b8a614d..bd4086c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Type: Package Title: 'HTMLWidget' Wrapper of 'UpSet.js' for Exploring Large Set Intersections Description: 'UpSet.js' is a re-implementation of 'UpSetR' to create interactive set visualizations for more than three sets. This is a 'htmlwidget' wrapper around the 'JavaScript' library 'UpSet.js'. -Version: 1.10.0 -Date: 2021-12-24 +Version: 1.10.10 +Date: 2021-12-30 Author: Samuel Gratzl [aut, cre] Authors@R: person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut", "cre")) Maintainer: Samuel Gratzl diff --git a/package.json b/package.json index 5392d59..faa4b2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@upsetjs/r", "description": "UpSet.js is a re-implementation of UpSetR to create interactive set visualizations for more than three sets", - "version": "1.10.0", + "version": "1.10.10", "private": true, "license": "SEE LICENSE in LICENSE", "author": {