Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed May 17, 2015
1 parent 1e742f5 commit 0b57d60
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 @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

def version = [1, 1, 0]
def version = [1, 1, 1]

assert version[1] < 100, "minor version must be less than 100"
assert version[2] < 100, "micro version must be less than 100"
Expand Down

0 comments on commit 0b57d60

Please sign in to comment.