Skip to content

Commit 420d19f

Browse files
committed
start 2.46.0
1 parent 354439c commit 420d19f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and "htmlunit-core-js" which has the test cases and packaging.
77

88
Notice that "org.mozilla.*" is renamed to "net.sourceforge.htmlunit.corejs.*"
99

10+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-core-js/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-core-js)
11+
12+
1013
## Getting Started
1114

1215
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'signing'
1111

1212
group = "net.sourceforge.htmlunit"
1313
archivesBaseName = "htmlunit-core-js"
14-
version = "2.45.0"
14+
version = "2.46.0-SNAPSHOT"
1515

1616

1717
jar {

0 commit comments

Comments
 (0)