forked from jorgenschaefer/emacs-buttercup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6cf530
commit 87e0c0d
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|