HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/admin/node_modules/proj4/PUBLISHING.md
Publishing
===

Make sure you have the latest from the main branch:

    git pull origin master

Use `tin` to update the version number in the `package.json`, `component.json` & `bower.json`.

    tin -v x.y.z

Then run the publish script

   ./publish.sh

afterwards don't forget to update the versions to be a prerelease of the next version, so if you just published 1.1.1 then:

    tin -v 1.1.2-alpha
    npm install
    git add package.json package-lock.json component.json bower.json
    git commit -m 'update version to 1.1.2-alpha'
    git push origin master