@guillaumemmm/marquedefabrique 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.html +1 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -217,7 +217,7 @@
217
217
  </div>
218
218
  </main>
219
219
  <footer class="footer">
220
- <p id="version">v1.0.3</p>
220
+ <p>v1.0.5</p>
221
221
  </footer>
222
222
  </body>
223
223
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guillaumemmm/marquedefabrique",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Marque de Fabrique is a minimalistic UI kit. It includes a set of core styles and CSS variables centralizing design elements to maintain consistency across personal projects.",
5
5
  "main": "index.css",
6
6
  "scripts": {