Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellc committed Feb 14, 2023
1 parent 754c72d commit 78c8d03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Software source code previously released under an open source license and then m

#### Authors

[Dan Barela](https://github.com/danielbarela)[Christopher Caldwell](https://github.com/caldwellc)[Joe Clark](https://github.com/jclark118)[Tyler Burgett](https://github.com/tyburg)
[Dan Barela](https://github.com/danielbarela)[Christopher Caldwell](https://github.com/caldwellc)[Joe Clark](https://github.com/jclark118)[Tyler Burgett](https://github.com/tyburg)[Brandon Cleveland](https://github.com/bcleveland1022)

#### License

Expand Down
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "mapcache",
"version": "1.5.0",
"version": "1.5.1",
"description": "Desktop Electron app to create GeoPackages from geospatial data sources.",
"author": "Christopher Caldwell <[email protected]>",
"author": {
"name": "Christopher Caldwell",
"url": "https://github.com/caldwellc"
},
"scripts": {
"lint": "vue-cli-service lint",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
Expand Down Expand Up @@ -41,7 +44,7 @@
"axios": "0.23.0",
"better-sqlite3": "7.4.1",
"bindings": "https://github.com/caldwellc/node-bindings.git#master",
"caniuse-lite": "^1.0.30001352",
"caniuse-lite": "^1.0.30001452",
"dom-to-image-more": "^2.9.5",
"electron-dl": "3.2.1",
"electron-log": "4.4.1",
Expand Down Expand Up @@ -118,11 +121,19 @@
"contributors": [
{
"name": "Daniel Barela",
"email": "daniel.barela@gmail.com"
"url": "https://github.com/danielbarela"
},
{
"name": "Joe Clark",
"email": "[email protected]"
"url": "https://github.com/jclark118"
},
{
"name": "Tyler Burgett",
"url": "https://github.com/tyburg"
},
{
"name": "Brandon Cleveland",
"url": "https://github.com/bcleveland1022"
}
],
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3396,10 +3396,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001352:
version "1.0.30001352"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001352.tgz#cc6f5da3f983979ad1e2cdbae0505dccaa7c6a12"
integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001452:
version "1.0.30001452"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001452.tgz#dff7b8bb834b3a91808f0a9ff0453abb1fbba02a"
integrity sha512-Lkp0vFjMkBB3GTpLR8zk4NwW5EdRdnitwYJHDOOKIU85x4ckYCPQ+9WlVvSVClHxVReefkUMtWZH2l9KGlD51w==

"canvas@git://github.com/caldwellc/empty-module.git#master":
version "1.0.0"
Expand Down

0 comments on commit 78c8d03

Please sign in to comment.