Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliim committed Nov 9, 2013
1 parent 5e5da8b commit 99abd04
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.0.2" "Helm interface for your github's stars")
(package "helm-github-stars" "1.1.0" "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-09 Sliim <sliim@mailoo.org>

* 1.1.0: Added helm sources:
- User's repositories source
- Github search source

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

* 1.0.2: Recursive fetch.
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.0.2
;; Version: 1.1.0
;; 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.0.2
;; Version: 1.1.0

;; 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.0.2
;; Version: 1.1.0

;; This file is not part of GNU Emacs.

Expand Down

0 comments on commit 99abd04

Please sign in to comment.