Update package version to 1.0.1

This commit is contained in:
Julien Deswaef 2018-02-18 16:30:34 -05:00
parent db7cd194a9
commit d9ef6d01d0
5 changed files with 13 additions and 11 deletions

View File

@ -21,10 +21,10 @@ icon_destination: icon # Relative to destination
forkawesome:
name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit
version: 1.0.0
version: 1.0.1
minor_version: 1.0
major_version: 1
doc_blob: v1.0.0
doc_blob: v1.0.1
url: http://forkawesome.github.com/Fork-Awesome/
legacy_url: http://forkawesome.github.com/Fork-Awesome/
css_prefix: fa

View File

@ -2,7 +2,7 @@
"name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome",
"version": "0.4.7",
"version": "1.0.1",
"keywords": [],
"dependencies": {},
"development": {},

View File

@ -6,10 +6,8 @@
"type": "component",
"authors": [
{
"name": "Dave Gandy",
"email": "dave@fontawesome.io",
"role": "Original author",
"homepage": "http://twitter.com/davegandy"
"name": "Fork Awesome Community",
"homepage": "https://forkawesome.github.io"
}
],
"support": {
@ -17,7 +15,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "1.0.x-dev"
}
},
"license": [

View File

@ -1,7 +1,7 @@
{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "0.4.7",
"version": "1.0.1",
"style": "css/fork-awesome.css",
"keywords": [
"font",
@ -40,6 +40,10 @@
{
"name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala"
},
{
"name": "Julien Deswaef",
"web": "http://twitter.com/xuv"
}
],
"license": "(OFL-1.1 AND MIT)",

View File

@ -28,8 +28,8 @@ build:
# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
cp -r ${FA_ROOT_DIRECTORY}/* ../
mv README.md-nobuild ../README.md
cp -r ${FA_ROOT_DIRECTORY}/* ../../
mv README.md-nobuild ../../README.md
cd assets && mv fork-awesome fork-awesome-{{ site.forkawesome.version }} && zip -r9 fork-awesome-{{ site.forkawesome.version }}.zip fork-awesome-{{ site.forkawesome.version }} && mv fork-awesome-{{ site.forkawesome.version }} fork-awesome
find .. -type f ! -perm 644 -exec chmod 644 {} \;