Skip to content

Commit

Permalink
Updated version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliim committed Nov 23, 2013
1 parent 66e4bf3 commit fa73b0f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(source melpa)

(package "helm-github-stars" "1.1.0" "Helm interface for your github's stars")
(package "helm-github-stars" "1.1.1" "Helm interface for your github's stars")

(depends-on "helm")

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-11-23 Sliim <sliim@mailoo.org>

* 1.1.1: Added repository's description
- Change cache file format (printed hash-table)
- Add description in helm interface

2013-11-09 Sliim <sliim@mailoo.org>

* 1.1.0: Added helm sources:
Expand Down
2 changes: 1 addition & 1 deletion helm-github-stars.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; helm-github-stars.el --- Helm integration for your starred repositories on github
;;
;; Author: Sliim <sliim@mailoo.org>
;; Version: 1.1.0
;; Version: 1.1.1
;; Package-Requires: ((helm "1.5.5"))
;; Keywords: helm github stars

Expand Down
2 changes: 1 addition & 1 deletion test/helm-github-stars-test.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; helm-github-stars-test.el --- Test suite for helm-github-stars.
;;
;; Author: Sliim <sliim@mailoo.org>
;; Version: 1.1.0
;; Version: 1.1.1

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; test-helper.el --- Test helper for helm-github-stars test suite.
;;
;; Author: Sliim <sliim@mailoo.org>
;; Version: 1.1.0
;; Version: 1.1.1

;; This file is not part of GNU Emacs.

Expand Down

0 comments on commit fa73b0f

Please sign in to comment.