Skip to content

Commit

Permalink
Release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Sep 25, 2016
1 parent c566d40 commit f7e3599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.9.6'

id 'net.minecrell.licenser' version '0.2.1'
id 'net.minecrell.licenser' version '0.3'
}

group = 'net.minecrell'
version = '0.3-SNAPSHOT'
version = '0.3'
description = 'A simple license header manager for Gradle'

sourceCompatibility = '1.6'
Expand Down

0 comments on commit f7e3599

Please sign in to comment.