Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha22jp committed Nov 5, 2016
1 parent ddaf69b commit cb65f74
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions atomic-chrome.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Package-Requires: ((emacs "24.3") (let-alist "1.0.4") (websocket "1.4"))
;; Keywords: chrome edit textarea
;; URL: https://github.com/alpha22jp/atomic-chrome
;; Version: 0.1.0
;; Version: 1.0.0

;; This program is free software; you can redistribute it and/or modify it under
;; the terms of the GNU General Public License as published by the Free Software
Expand All @@ -24,17 +24,16 @@

;;; Commentary:

;; This is the Emacs version of [Atomic Chrome](https://atom.io/packages/atomic-chrome)
;; which is an extension for Google Chrome browser that allows you to edit text
;; areas of the browser in Emacs.
;; This is the Emacs version of Atomic Chrome which is an extension for Google
;; Chrome browser that allows you to edit text areas of the browser in Emacs.
;;
;; It's similar to [Edit with Emacs](https://www.emacswiki.org/emacs/Edit_with_Emacs),
;; but has some advantages as below with the help of websocket.
;; It's similar to Edit with Emacs, but has some advantages as below with the
;; help of websocket.
;;
;; * Live update
;; The input on Emacs is reflected to the browser instantly and continuously.
;; * Bi-directional communication
;; You can use both the browser and Emacs, they are synced to the same.
;; * Bidirectional communication
;; You can edit both on the browser and Emacs, they are synced to the same.

;;; Code:

Expand Down

0 comments on commit cb65f74

Please sign in to comment.