commit/StationPlaylist: josephsl: Version 1.0 is out.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Tue, 14 Jan 2014 23:10:23 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/cccbdbdd3441/
Changeset:   cccbdbdd3441
Branch:      1.x
User:        josephsl
Date:        2014-01-15 00:09:54
Summary:     Version 1.0 is out.

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index bee4684..88154e0 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -18,7 +18,7 @@ addon_info = {
        "addon-description" : _("""Enhances support for Station Playlist Studio.
 In addition, adds global commands for the studio from everywhere."""),
        # version
-       "addon-version" : "1.0-dev-20131231",
+       "addon-version" : "1.0",
        # Author(s)
        "addon-author" : "Geoff Shang, Joseph Lee and other contributors",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index ecdb4e4..0f768fc 100755
--- a/readme.md
+++ b/readme.md
@@ -1,11 +1,12 @@
 # Station Playlist Studio #
 
 * Authors: Geoff Shang, Joseph Lee and other contributors
-* Version: [1.0-dev][1]
+* Release version: [1.0][1]
+* Development version: [1.1-dev][2]
 
 This add-on package provides improved usage of Station Playlist Studio, as 
well as providing utilities to control the Studio from anywhere.
 
-For more information about the add-on, read the [add-on guide][2].
+For more information about the add-on, read the [add-on guide][3].
 
 ## Shortcut keys ##
 
@@ -49,5 +50,8 @@ Five seconds before the current track ends, NVDA will play a 
short beep to indic
 
 * Initial release.
 
-[1]: http://addons.nvda-project.org/files/get.php?file=spl-dev
-[2]: https://bitbucket.org/nvdaaddonteam/stationplaylist/wiki/SPLAddonGuide
\ No newline at end of file
+[1]: http://addons.nvda-project.org/files/get.php?file=spl
+
+[2]: http://addons.nvda-project.org/files/get.php?file=spl-dev
+
+[3]: https://bitbucket.org/nvdaaddonteam/stationplaylist/wiki/SPLAddonGuide
\ No newline at end of file

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: Version 1.0 is out. - commits-noreply