diff --git a/LICENSE b/LICENSE index cf7057d..aa957ec 100644 --- a/LICENSE +++ b/LICENSE @@ -17,20 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Singularity - Sass Grid System -Copyright (C) 2013 Scott Kellum, Sam Richard - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/bower.json b/bower.json index 9187523..85fc564 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "singularity", - "version": "1.6.2", + "version": "1.8.0", "main": "stylesheets/_singularitygs.scss", "ignore": [ "**/.*", diff --git a/lib/singularitygs.rb b/lib/singularitygs.rb index 5466ca8..d1021d3 100644 --- a/lib/singularitygs.rb +++ b/lib/singularitygs.rb @@ -12,6 +12,6 @@ end module SingularityGS - VERSION = "1.7.1" - DATE = "2016-12-07" + VERSION = "1.8.0" + DATE = "2017-04-23" end diff --git a/package.json b/package.json index 9452334..5f29ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "singularitygs", - "version": "1.7.1", + "version": "1.8.0", "description": "A next generation grid framework built from the ground up to be responsive.", "main": "stylesheets/_singularitygs.scss", "directories": { diff --git a/singularitygs.gemspec b/singularitygs.gemspec index 8bc816d..e6cf6a9 100644 --- a/singularitygs.gemspec +++ b/singularitygs.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.authors = ["Scott Kellum", "Sam Richard"] s.email = ["scott@scottkellum.com", "snugug@gmail.com"] s.homepage = "http://singularity.gs" - s.licenses = ["MIT", "GPL-3.0"] + s.licenses = ["MIT"] # Project Description s.description = "Advanced responsive grid system for Sass and Compass"