Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amdelamar committed Nov 10, 2019
1 parent d65b3e6 commit d494188
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Maven:
<dependency>
<groupId>com.amdelamar</groupId>
<artifactId>jotp</artifactId>
<version>1.2.0</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -35,7 +35,7 @@ repositories {
}
dependencies {
compile 'com.amdelamar:jotp:1.2.0'
compile 'com.amdelamar:jotp:1.2.2'
}
```

Expand All @@ -47,7 +47,7 @@ resolvers += {
}

libraryDependencies ++= Seq(
"com.amdelamar" % "jotp" % "1.2.0"
"com.amdelamar" % "jotp" % "1.2.2"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation 'commons-codec:commons-codec:1.8'
compile 'commons-codec:commons-codec:1.8'
testCompile 'junit:junit:4.12'
}

Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="text-uppercase text-thinner text-wide">Jotp</h1>
<a class="button button-secondary" href="https://github.com/amdelamar/jotp/"><span class="icon-github text-medium margin-right"></span>View on GitHub</a>
<a class="button" href="https://github.com/amdelamar/jotp/issues"><span class="icon-bug text-medium margin-right"></span>Report Issue</a>
</p>
<code>v1.2.0</code> - 30 Jun 2018 - <code>16KB</code>
<code>v1.2.2</code> - 10 Nov 2019 - <code>16KB</code>
</div>
</div>
</header>
Expand All @@ -80,7 +80,7 @@ <h3>Download</h3>
&lt;dependency&gt;
&lt;groupId&gt;com.amdelamar&lt;/groupId&gt;
&lt;artifactId&gt;jotp&lt;/artifactId&gt;
&lt;version&gt;1.2.0&lt;/version&gt;
&lt;version&gt;1.2.2&lt;/version&gt;
&lt;/dependency&gt;</code></pre>

<p>Gradle:</p>
Expand All @@ -89,7 +89,7 @@ <h3>Download</h3>
}

dependencies {
compile 'com.amdelamar:jotp:1.2.0'
compile 'com.amdelamar:jotp:1.2.2'
}
</code></pre>

Expand All @@ -99,7 +99,7 @@ <h3>Download</h3>
}

libraryDependencies ++= Seq(
"com.amdelamar" % "jotp" % "1.2.0"
"com.amdelamar" % "jotp" % "1.2.2"
)
</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amdelamar</groupId>
<artifactId>jotp</artifactId>
<version>1.2.0</version>
<version>1.2.2</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit d494188

Please sign in to comment.