Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 3a233ca

Browse files
committed
Release 1.0
Based on inscriptis for Python v1.1.2
1 parent 6a7711c commit 3a233ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.org/x28/inscriptis-java.svg?branch=master)](https://travis-ci.org/x28/inscriptis-java)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ch.x28.inscriptis/inscriptis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ch.x28.inscriptis/inscriptis)
23
[![javadoc](https://javadoc.io/badge2/ch.x28.inscriptis/inscriptis/javadoc.svg)](https://javadoc.io/doc/ch.x28.inscriptis/inscriptis)
34

45
# inscriptis - HTML to text conversion library for Java

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ch.x28.inscriptis</groupId>
66
<artifactId>inscriptis</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
<packaging>jar</packaging>
99

1010
<name>inscriptis for Java</name>

0 commit comments

Comments
 (0)