Skip to content

Commit

Permalink
Last preparations for v0.9.0 deployment
Browse files Browse the repository at this point in the history
  - Adapt license and repository description in package.json
  - Set version to v0.9.0
  • Loading branch information
chrismayer committed Sep 15, 2015
1 parent 02eb697 commit 4845bb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '// <%= pkg.name %> (v<%= pkg.version %>) \n' +
'// License <%= pkg.licenses[0].type %>, <%= pkg.licenses[0].url %> \n' +
'// License BSD, see <%= pkg.license %> \n' +
'// Build on <%= grunt.template.today("yyyy-mm-dd") %> \n'
},
build: {
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "Shareloc",
"version": "0.9.0-dev",
"version": "0.9.0",
"description": "Shareloc - the free and open map API based on OpenLayers 3.",
"licenses": [{
"type": "BSD",
"url": "https://github.com/meggsimum/shareloc/blob/master/LICENSE"
}],
"repository": "https://github.com/meggsimum/shareloc.git",
"license": "https://github.com/meggsimum/shareloc/blob/master/LICENSE",
"readme": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/shareloc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
* @type {String}
* @default
*/
Shareloc.VERSION = "0.9.0-dev";
Shareloc.VERSION = "0.9.0";
})();

0 comments on commit 4845bb6

Please sign in to comment.