From 72e2f7195dfd114b40bcba58dfbfc6162e00a73b Mon Sep 17 00:00:00 2001 From: AesaKamar Date: Tue, 24 Jul 2018 22:29:23 -0400 Subject: [PATCH] more reasonable version bump since it doesnt break anything --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbc6976..88e9cd1 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,14 @@ To add dependency on LaTeX2Unicode, insert the following to your `pom.xml` file com.github.tomtung latex2unicode_2.12 - 0.2.4 + 0.2.5 ``` or add the following to your `build.sbt` file if you use sbt 0.11+: ```scala -libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.2.4" +libraryDependencies += "com.github.tomtung" %% "latex2unicode" % "0.2.5" ``` # Credits diff --git a/build.sbt b/build.sbt index 4a2e04b..e20b8a7 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "latex2unicode" organization := "com.github.tomtung" -version := "0.3.0" +version := "0.2.5" scalaVersion := "2.12.4"