diff --git a/LICENSE b/LICENSE index eef8c02..2aefa38 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Posit, PBC. +Copyright (c) 2024 Posit, PBC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index d8d9685..28ca327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rstudio/rsconnect-ts", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rstudio/rsconnect-ts", - "version": "0.6.3", + "version": "0.7.0", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.5", diff --git a/package.json b/package.json index 33798b4..dd4a5b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rstudio/rsconnect-ts", - "version": "0.6.3", + "version": "0.7.0", "description": "TypeScript client library for the Posit Connect API", "author": "RStudio Developers ", "license": "MIT",