diff --git a/LICENSE b/LICENSE index 3fa32b2..79e155d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Luke Leppan +Copyright (c) 2022 Luke Leppan 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/manifest.json b/manifest.json index b73952c..5e5289d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.9.0", + "version": "0.9.1", "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index 7ab6406..46a2fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.9.0", + "version": "0.9.1", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {