Skip to content

Commit f4b93d6

Browse files
committed
Fix license
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
1 parent d72191f commit f4b93d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The extension will also exit if it's not within a flatpak environment, so it's s
4141

4242
## License
4343

44-
This extension is licensed under the GPL-3.0-or-later license. Portions of the code are derived from Visual Studio Code written by Microsoft under the MIT license.
44+
This extension is licensed under the MIT license. Portions of the code are derived from Visual Studio Code written by Microsoft under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flatpak-host-remote",
33
"displayName": "Remote - Flatpak Host",
44
"description": "Host development for the Flatpak build of VS Code",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "ryanabx",
77
"license": "MIT",
88
"enabledApiProposals": [

0 commit comments

Comments
 (0)