Skip to content

Commit

Permalink
updated version and dists
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadube committed Aug 21, 2013
1 parent 3043915 commit 64d33dc
Show file tree
Hide file tree
Showing 14 changed files with 675 additions and 243 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### W.I.P.
### 1.1.0 (August 21, 2013)

- Added new scrollspy component
- Added new animation component
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uikit",
"version": "1.0.2",
"version": "1.1.0",
"main": [
"dist/js/uikit.min.js",
"dist/css/uikit.min.css",
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "uikit/uikit",
"type": "library",
"description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
"version": "1.0.2",
"version": "1.1.0",
"keywords": [],
"homepage": "http://getuikit.com/",
"authors": [],
"license": "MIT",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}
Loading

0 comments on commit 64d33dc

Please sign in to comment.