From 4c66bf6299ebd343b0fb408c46144b0b15a7c6c7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 25 Jan 2016 08:48:44 -0800 Subject: [PATCH] Changed `Version` to `GeneratedVersion` --- README.html | 9 +++++---- README.md | 2 +- semver.iml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index 2d3a009..8e3fbb8 100644 --- a/README.html +++ b/README.html @@ -49,7 +49,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf

Semantic Version Annotation Processor

-

An annotation processor that automatically generates a Version class containing the semantic version (major, minor, patch, etc.) that is read from a Properties file or defined in the annotation.

+

An annotation processor that automatically generates a GeneratedVersion class containing the semantic version (major, minor, patch, etc.) that is read from a Properties file or defined in the annotation.

This processor was inspired by Cédric Beust's version-processor.

Examples