Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyCesaille committed Jan 22, 2025
1 parent 4e010c8 commit e971b99
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.6.0",
"configurations": [
{
"name": "dev-prepare-dataset1",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Install [node](https://node.org) latest version and run:
```bash
npm install -g poto-siril
poto -v
# Should print `poto-siril 0.5.0`.
# Should print `poto-siril 0.6.0`.

# Make sure to have `siril` registered in your PATH.
siril -v
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poto-siril",
"version": "0.5.0",
"version": "0.6.0",
"description": "Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.",
"bin": {
"poto": "dist/src/poto-siril.js"
Expand Down
4 changes: 2 additions & 2 deletions src/tests/e2e/__snapshots__/e2e-testing.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`E2E no Darks/Biases matching, multiples sequences should warn if no matching darks and biases 2`] = `
"{
"generatedAt": "2024-10-15T00:00:00.000Z",
"potoVersion": "poto-siril 0.5.0",
"potoVersion": "poto-siril 0.6.0",
"metrics": {
"cumulatedLightIntegrationMinutes": 12,
"cumulatedDarksIntegrationMinutes": 0,
Expand Down Expand Up @@ -722,7 +722,7 @@ exports[`E2E no Darks/Biases matching, multiples sequences should warn if no mat
exports[`E2E should be neat 2`] = `
"{
"generatedAt": "2024-10-15T00:00:00.000Z",
"potoVersion": "poto-siril 0.5.0",
"potoVersion": "poto-siril 0.6.0",
"metrics": {
"cumulatedLightIntegrationMinutes": 12,
"cumulatedDarksIntegrationMinutes": 14,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const POTO_VERSION = "poto-siril 0.5.0";
export const POTO_VERSION = "poto-siril 0.6.0";

export const POTO_JSON = "_poto_siril.json";

Expand Down

0 comments on commit e971b99

Please sign in to comment.