Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Dec 3, 2024
1 parent 765dad9 commit 2a2601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import com.github.fge.jsonschema.main.JsonSchema;
import com.github.fge.jsonschema.main.JsonSchemaFactory;

ext {
version = '0.1.0'
version = '0.1.1'
schema_file = projectDir.getPath() + "/schema.json"
data_file = projectDir.getPath() + "/area-tags.json"
githubToken = System.getenv('GITHUB_TOKEN')
Expand Down

0 comments on commit 2a2601d

Please sign in to comment.