Skip to content

Commit d458a3a

Browse files
committed
Commit the 1.0 release updates.
1 parent cea17db commit d458a3a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
after_build do
123123
# The server uses the current Starter to serve /learn/documentation and Frameworks/ of demo apps.
124-
`cd build/downloads/ && rm -Rf Starter && unzip CappuccinoStarter-0.9.10.zip`
124+
`cd build/downloads/ && rm -Rf Starter && unzip CappuccinoStarter-1.0.0.zip`
125125
`cd build/learn/ && curl -s -L http://github.com/cappuccino/cappuccino-demos/tarball/master >demos.tgz && tar -xzf demos.tgz && rm -Rf demos && mv cappuccino-cappuccino-demos-* demos`
126126
`cd build/aristo/showcase && rm -Rf Aristo2Showcase README __MACOSX Frameworks Resources && unzip ../../downloads/Aristo2Showcase.zip && mv Aristo2Showcase/* .`
127127
`find build/ -name .git -delete`

data/downloads.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
archive:
2+
2017-09-04:
3+
- ['Cappuccino Starter 1.0.0', '/downloads/CappuccinoStarter-1.0.0.zip']
24
2017-07-11:
35
- ['Cappuccino Starter 0.9.10', '/downloads/CappuccinoStarter-0.9.10.zip']
46
2016-03-31:

source/_main_download.haml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
.offset1.span6
1414
.row
1515
.span6
16-
%h3 Latest Version: 0.9.10 (July 11 2017)
16+
%h3 Latest Version: 1.0.0 (September 4 2018)
1717
.row
1818
.span6
19-
%a.btn.btn-primary.btn-large.starter{:style=>'margin-right: 20px;', :href => "/downloads/CappuccinoStarter-0.9.10.zip"}
19+
%a.btn.btn-primary.btn-large.starter{:style=>'margin-right: 20px;', :href => "/downloads/CappuccinoStarter-1.0.0.zip"}
2020
%img{:alt => "Cloud", :src => "img/white-cloud.png"}
2121
Starter Package
2222
.row
2323
.span6
2424
%ul.download-links
2525
%li
26-
%a{:href=>"https://github.com/cappuccino/cappuccino/commits/v0.9.10"}
26+
%a{:href=>"https://github.com/cappuccino/cappuccino/commits/v1.0.0"}
2727
Source Code
2828
%li
2929
%a.scroller{:href => "/downloads.html#archive"}
@@ -35,7 +35,7 @@
3535
Beyond the starter pack, Cappuccino comes with a number of tools to make it easy to create new applications. With or without the starter pack, you can install all of Cappuccino and accompanying tools with the following command:
3636
%pre
3737
%code
38-
curl https://raw.githubusercontent.com/cappuccino/cappuccino/v0.9.10/bootstrap.sh >/tmp/cb.sh && bash /tmp/cb.sh
38+
curl https://raw.githubusercontent.com/cappuccino/cappuccino/v1.0.0/bootstrap.sh >/tmp/cb.sh && bash /tmp/cb.sh
3939

4040
#what-next
4141
.container
26.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)