Skip to content

Commit

Permalink
:shipit: Publish Singularity 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Apr 23, 2017
1 parent 7484ec9 commit 8a52d42
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
18 changes: 1 addition & 17 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "singularity",
"version": "1.6.2",
"version": "1.8.0",
"main": "stylesheets/_singularitygs.scss",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions lib/singularitygs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
end

module SingularityGS
VERSION = "1.7.1"
DATE = "2016-12-07"
VERSION = "1.8.0"
DATE = "2017-04-23"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion singularitygs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a52d42

Please sign in to comment.