Skip to content

Commit

Permalink
Branch 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agi committed May 29, 2020
1 parent ca15195 commit 96b5b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apilint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sourceSets {
}

group Config.GROUP
version 'master-SNAPSHOT'
version '0.3.0'

gradlePlugin {
plugins {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/org/mozilla/apilint/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
package org.mozilla.apilint;

public class Config {
public final static String API_DOC_VERSION = "master-SNAPSHOT";
public final static String API_DOC_VERSION = "0.3.0";
public final static String GROUP = "org.mozilla.apilint";
}

0 comments on commit 96b5b5b

Please sign in to comment.