qrlayout-core 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ A powerful, framework-agnostic engine for designing and printing QR code sticker
15
15
  ## Live Demo & Examples
16
16
 
17
17
  - **[Interactive React Demo](https://qr-layout-design-react-demo.netlify.app/)**: A full-featured designer built with this package.
18
- - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/examples/demo-react)**: Reference implementation for monorepo usage.
18
+ - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/demo-react)**: Reference implementation for monorepo usage.
19
19
 
20
20
  ## Installation
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qrlayout-core",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "QR sticker layout builder/renderer/exporter core",
5
5
  "author": "Shashidhar Naik <shashidharnaik8@gmail.com>",
6
6
  "license": "MIT",