Skip to content

Commit

Permalink
【version】12.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Dec 6, 2024
1 parent 76dbc41 commit 780785a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supermapgis/vue-iclient",
"version": "11.3.0",
"version": "12.0.0-dev",
"description": "SuperMap iClient for Vue.js",
"homepage": "https://iclient.supermap.io",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=com.supermap:vue-iclient
sonar.projectName=vue-iclient
sonar.projectVersion=11.3.0
sonar.projectVersion=12.0.0

# Comma-separated paths to directories with sources (required)
sonar.sources=src/
Expand Down
2 changes: 1 addition & 1 deletion src/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermapgis/vue-iclient-leaflet",
"description": "SuperMap iClient for Vue.js",
"version": "11.3.0",
"version": "12.0.0-dev",
"homepage": "http://iclient.supermap.io",
"main": "lib/index",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/mapboxgl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermapgis/vue-iclient-mapboxgl",
"description": "SuperMap iClient for Vue.js",
"version": "11.3.0",
"version": "12.0.0-dev",
"homepage": "http://iclient.supermap.io",
"main": "lib/index",
"dependencies": {
Expand Down

0 comments on commit 780785a

Please sign in to comment.