@prozilla-os/shared 1.0.1 → 1.0.2

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <br />
3
3
  <p>
4
- <a href="https://os.prozilla.dev/"><img src="https://os.prozilla.dev/assets/logo.svg" height="200" alt="ProzillaOS" /></a>
4
+ <a href="https://os.prozilla.dev/"><img src="https://os.prozilla.dev/assets/logo.svg?v=2" height="200" alt="ProzillaOS" /></a>
5
5
  </p>
6
6
  <p>
7
7
  <a href="https://github.com/prozilla-os/ProzillaOS/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/Prozilla/ProzillaOS?style=flat-square&color=FF4D5B&label=License"></a>
@@ -51,9 +51,11 @@ export default defineConfig({
51
51
  - [Website/demo][website]
52
52
  - [GitHub][github]
53
53
  - [npm][npm]
54
+ - [Discord][discord]
54
55
  - [Ko-fi][ko-fi]
55
56
 
56
57
  [website]: https://os.prozilla.dev/
57
58
  [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/shared
58
59
  [npm]: https://www.npmjs.com/package/@prozilla-os/shared
60
+ [discord]: https://discord.gg/JwbyQP4tdz
59
61
  [ko-fi]: https://ko-fi.com/prozilla
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prozilla-os/shared",
3
3
  "description": "A library of shared utility functions for ProzillaOS packages.",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "homepage": "https://os.prozilla.dev",
6
6
  "author": {
7
7
  "name": "Prozilla",