Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed May 11, 2016
1 parent 00a2570 commit 48c1436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(source melpa)
(source gnu)

(package "smartparens" "1.6.3"
(package "smartparens" "1.7.1"
"Automatic insertion, wrapping and paredit-like navigation with user defined pairs.")

(depends-on "cl-lib" "0.3")
(depends-on "dash" "2.10.0")
(depends-on "dash" "2.12.1")

(development
(depends-on "f")
Expand Down
8 changes: 3 additions & 5 deletions smartparens-pkg.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(define-package
"smartparens"
"1.6.3"
"Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
'((cl-lib "0.3") (dash "2.10.0")))
(define-package "smartparens" "1.7.1" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
'((dash "2.12.1")
(cl-lib "0.3")))

0 comments on commit 48c1436

Please sign in to comment.