Skip to content

Commit

Permalink
release v2.47.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 30, 2025
1 parent d397a1b commit fd0ef94
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.47.6",
"version": "2.47.7",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/Debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.47.6",
"version": "2.47.7",
"type": "module",
"main": "lib/Main.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Geographic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/geographic",
"version": "2.47.6",
"version": "2.47.7",
"description": "Geodesy",
"type": "module",
"main": "lib/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/itowns",
"version": "2.47.6",
"version": "2.47.7",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Main/src/Main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const conf = {
version: '2.47.6',
version: '2.47.7',
};

export const REVISION = conf.version;
Expand Down
2 changes: 1 addition & 1 deletion packages/Widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.47.6",
"version": "2.47.7",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
Expand Down

0 comments on commit fd0ef94

Please sign in to comment.