Skip to content

Commit ff2ca27

Browse files
committed
Atualiza para versão 3.0.0
1 parent f9ad4de commit ff2ca27

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Copie o código HTML abaixo para começar a trabalhar com um documento GainTime
3636
<link rel="stylesheet" href="css/gaintime.min.css" media ="screen" title="no title">
3737
</head>
3838
<body>
39-
<h1>Fique focado, e vai vencer no final.</h1>
39+
<section>
40+
<h1>Fique focado, e vai vencer no final.</h1>
41+
</section>
4042
<script type="text/javascript" src="js/gaintime.min.js"></script>
4143
</body>
4244
</html>

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"responsive",
1313
"front-end",
1414
"framework",
15-
"web",
16-
"panel"
15+
"web"
1716
],
1817
"license": "MIT",
1918
"ignore": [

css/gaintime.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/gaintime.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaintime",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.",
55
"main": "css/gaintime.min.css",
66
"repository": {
@@ -15,8 +15,7 @@
1515
"responsive",
1616
"front-end",
1717
"framework",
18-
"web",
19-
"panel"
18+
"web"
2019
],
2120
"license": "MIT",
2221
"bugs": {

0 commit comments

Comments
 (0)