From 9eb623873b5c8bf03a058653b37d49fbd8716c2c Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Sat, 24 Aug 2019 10:12:06 -0400 Subject: [PATCH] README/NEWS --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ README.md | 8 +++++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0e73105..84716ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ Authors@R: c( person("David K.", "Taylor", role = "ctb", comment = "HtmlUnit Java contributor") ) SystemRequirements: Java -Description: Contents of the 'HtmlUnit' & supporting Java archives . +Description: Contents of the 'HtmlUnit' & supporting Java archives (). Version number reflects the version number of the included 'JAR' file. URL: https://gitlab.com/hrbrmstr/htmlunitjars BugReports: https://gitlab.com/hrbrmstr/htmlunitjars/issues diff --git a/NEWS.md b/NEWS.md index df94b98..5211bcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# 2.36.0 +* Updated main and dependent JARs to track with htmlunit 2.34.0 + release + +# 2.35.0 +* Updated main and dependent JARs to track with htmlunit 2.34.0 + release + # 2.34.0 * Updated main and dependent JARs to track with htmlunit 2.34.0 release diff --git a/README.md b/README.md index 134fc7f..0caf253 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re [![Signed by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr) ![Signed commit -%](https://img.shields.io/badge/Signed_Commits-85.7%25-lightgrey.svg) +%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg) [![Linux build Status](https://travis-ci.org/hrbrmstr/htmlunitjars.svg?branch=master)](https://travis-ci.org/hrbrmstr/htmlunitjars) [![Coverage @@ -21,8 +21,8 @@ Java Archive Wrapper Supporting the ‘htmlunit’ Package ## Description Contents of the ‘HtmlUnit’ & supporting Java archives -. Version number reflects the version -number of the included ‘JAR’ file. +(). Version number reflects the +version number of the included ‘JAR’ file. > *`HtmlUnit` is a “GUI-Less browser for Java programs”. It models HTML > documents and provides an API that allows you to invoke pages, fill @@ -58,6 +58,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/htmlunitjars") # or remotes::install_gitlab("hrbrmstr/htmlunitjars") # or +remotes::install_bitbucket("hrbrmstr/htmlunitjars") +# or remotes::install_github("hrbrmstr/htmlunitjars") ```