Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
catc committed Oct 16, 2014
1 parent b4d1846 commit e672713
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/scss/simple-hint.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */


@mixin prefix($name, $argument) {
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-hint.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
[simple-hint]:after, [simple-hint]:before {
display: inline-block;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-hint.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-hint",
"version": "0.0.0",
"version": "2.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/scss/simple-hint.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */


@mixin prefix($name, $argument) {
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/simple-hint.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
[simple-hint]:after, [simple-hint]:before {
display: inline-block;
pointer-events: none;
Expand Down

0 comments on commit e672713

Please sign in to comment.