Skip to content

Commit a088f14

Browse files
committed
bump version to 1.1.0-alpha
1 parent 57cd1d5 commit a088f14

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

jade/getting_started/getting_started_content.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ <h3 class="header">Download</h3>
2323
<div class="col s12 m6">
2424
<h5>Materialize</h5>
2525
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option requires little to no setup. Use this if you are unfamiliar with Sass.</p>
26-
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.0.0/materialize-v1.0.0.zip">Materialize<i class="material-icons right">file_download</i></a>
26+
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-v1.1.0-alpha.zip">Materialize<i class="material-icons right">file_download</i></a>
2727
</div>
2828
<div class="col s12 m6">
2929
<h5>Sass</h5>
3030
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
31-
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.0.0/materialize-src-v1.0.0.zip">Source<i class="material-icons right">file_download</i></a>
31+
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-src-v1.1.0-alpha.zip">Source<i class="material-icons right">file_download</i></a>
3232
</div>
3333
<div class="col s12">
3434
<br>
@@ -38,10 +38,10 @@ <h5>CDN</h5>
3838
class="material-icons right">content_copy</i></a></p>
3939
<pre><code class="language-markup" id="copiedText">
4040
&lt;!-- Compiled and minified CSS -->
41-
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.0.0/dist/css/materialize.min.css">
41+
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0-alpha/dist/css/materialize.min.css">
4242

4343
&lt;!-- Compiled and minified JavaScript -->
44-
&lt;script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.0.0/dist/js/materialize.min.js">&lt;/script>
44+
&lt;script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0-alpha/dist/js/materialize.min.js">&lt;/script>
4545
</code></pre>
4646
</div>
4747
<div class="col s12">

jade/index/index_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h4 class="light">A modern responsive front-end framework based on Material Desi
1212
<a href="getting-started.html" id="download-button" class="btn-large waves-effect waves-light">Get Started</a>
1313
<a href="https://github.com/materializecss/materialize/blob/v1-dev/v1-upgrade-guide.md" id="upgrade-button" class="btn-large waves-effect waves-light">Upgrade from 0.100.2</a>
1414
</div>
15-
<div class="row center"><a class="current-version-number" href="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/materializecss/materialize">Release: 1.0.0</a></div>
15+
<div class="row center"><a class="current-version-number" href="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/materializecss/materialize">Release: 1.1.0-alpha</a></div>
1616
<br>
1717

1818
</div>

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'materialize:materialize', // http://atmospherejs.com/materialize/materialize
55
summary: 'Materialize (official): A modern responsive front-end framework based on Material Design',
6-
version: '1.0.0',
6+
version: '1.1.0-alpha',
77
git: 'https://github.com/materializecss/materialize.git'
88
});
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Builds Materialize distribution packages",
44
"author": "Alvin Wang, Alan Chang",
55
"homepage": "https://materializecss.github.io/materialize/",
6-
"version": "1.0.0",
6+
"version": "1.1.0-alpha",
77
"main": "dist/js/materialize.js",
88
"style": "dist/css/materialize.css",
99
"sass": "sass/materialize.scss",

0 commit comments

Comments
 (0)