diff --git a/README.md b/README.md index 29f4295..bf540a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ `rake build` will build the Widget file for you. Open the .wdgt file and away you go! +`rake release` will build a .tar.bz2 file for the widget. +Download the latest release version from the Downloads link! + +Using CoffeeScript 1.1.1. diff --git a/Rakefile b/Rakefile index 3d18afc..4f0dff6 100644 --- a/Rakefile +++ b/Rakefile @@ -15,5 +15,6 @@ desc 'build a release widget' task :release => :build do mkdir_p 'pkg' system %{tar jcvf pkg/CoffeeScript-#{File.read('VERSION').strip}.tar.bz2 CoffeeScript.wdgt} + system %{open https://github.com/johnbintz/coffeescript-widget/downloads} end diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2