From 08ddb3bd7dbe473d4adce8ab7e95dcda8ffb157d Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 16 Nov 2012 13:17:54 -0600 Subject: [PATCH] Fix syntax --- MAINTAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index 61eef2c..10feb95 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -2,7 +2,7 @@ ## Releasing a new gem -If you are just adding new emoji or making a small fix, only increment the patch level "1.0.*x*". If you need to rename a ton of emojis or making any other radical (but still mostly backwards compatible changes), but the minor version "1.*x*.*x*". +If you are just adding new emoji or making a small fix, only increment the patch level "1.0.x". If you need to rename a ton of emojis or making any other radical (but still mostly backwards compatible changes), bump the minor version "1.x.x". ### Make a release commit