Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hansen authored Jul 14, 2018
1 parent e87a953 commit a678703
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 301 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.gradle
.idea
build
**.log
**.zip
**/**.iml
**/**.log
**/**.old
**/**.zip
build/
out/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Alog
====
[![](https://jitpack.io/v/a-hansen/alog.svg)](https://jitpack.io/#a-hansen/alog)
* JDK 1.5+
* [ISC License](https://en.wikipedia.org/wiki/ISC_license)
* [Javadoc](https://jitpack.io/com/github/a-hansen/alog/v4.0.0/javadoc/)

Overview
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group 'alog'
version '4.0.0'
version '4.0.1'

sourceCompatibility = 1.5
targetCompatibility = 1.5
Expand Down
147 changes: 0 additions & 147 deletions src/main/java/com/comfortanalytics/alog/Alogger.java

This file was deleted.

149 changes: 0 additions & 149 deletions src/main/java/com/comfortanalytics/alog/Alogger.java8

This file was deleted.

0 comments on commit a678703

Please sign in to comment.