Skip to content

Commit

Permalink
Bump version: 1.0 → 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenschaefer committed Apr 26, 2015
1 parent d6cf530 commit 87e0c0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 1.0
current_version = 1.1
parse = (?P<major>\d+)\.(?P<minor>.*)
serialize = {major}.{minor}
files = buttercup.el buttercup-pkg.el
commit = True
tag = True

2 changes: 1 addition & 1 deletion buttercup-pkg.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(define-package "buttercup" "1.0"
(define-package "buttercup" "1.1"
"Behavior-Driven Emacs Lisp Testing")
2 changes: 1 addition & 1 deletion buttercup.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2015 Jorgen Schaefer <[email protected]>

;; Version: 1.0
;; Version: 1.1
;; Author: Jorgen Schaefer <[email protected]>

;; This program is free software; you can redistribute it and/or
Expand Down

0 comments on commit 87e0c0d

Please sign in to comment.