Skip to content

Commit f98c671

Browse files
committed
Update Interjs to v2.2.2
1 parent fd09eee commit f98c671

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h4>Sem configurações complexas</h4>
131131
<section class="lib">
132132
<h3>Inter</h3>
133133
<ul>
134-
<li><a href="https://github.com/interjs/inter/releases/tag/v2.2.1">Versão: 2.2.1</a></li>
134+
<li><a href="https://github.com/interjs/inter/releases/tag/v2.2.2">Versão: 2.2.2</a></li>
135135
<li><a href="https://github.com/interjs/inter/blob/main/LICENSE">Licensa: MIT</a></li>
136136
<li><a href="https://github.com/interjs/inter">2021 - 2024</a></li>
137137
</ul>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inter-docs",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "The docs for Interjs",
55
"author": "Denis Power",
66
"license": "MIT",

script/inter.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.

v2/tutorial/pt/instalacao/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3><a href="#cdn" id="cdn" class="hash">CDN</a></h3>
106106
<h3><a href="#localmente" id="localmente" class="hash">Localmente</a></h3>
107107
<p>
108108
Queres usar o Inter directamente em sua máquina? É super simples, baixa
109-
ele clicando em <a href="https://github.com/interjs/inter/releases/download/v2.2.1/inter.min.js" title="Vai baixar a versão 2.2.1(A última versão)">Baixar - v2.2.1</a>, e agora é só importar ele em uma tag script.
109+
ele clicando em <a href="https://github.com/interjs/inter/releases/download/v2.2.2/inter.min.js" title="Vai baixar a versão 2.2.2(A última versão)">Baixar - v2.2.2</a>, e agora é só importar ele em uma tag script.
110110
</p>
111111

112112
<textarea id="Editor2">
@@ -175,7 +175,7 @@ <h3><a href="#cdn2" id="cdn2" class="hash">CDN</a></h3>
175175

176176
<h3><a href="#localmente1" id="localmente1" class="hash">Localmente</a></h3>
177177
<p>Para instalar a versão modular localmente, basta baixar o Inter clicando em:
178-
<a href="https://github.com/interjs/inter/releases/download/v2.2.1/inter.m.js" title="Vai baixar a versão 2.2.1(A última versão)">Baixar - v2.2.1</a>,
178+
<a href="https://github.com/interjs/inter/releases/download/v2.2.2/inter.m.js" title="Vai baixar a versão 2.2.2(A última versão)">Baixar - v2.2.2</a>,
179179
e depois é só importar a função que pretenderes usar.
180180
</p>
181181
<textarea>

0 commit comments

Comments
 (0)