diff --git a/package.json b/package.json index 6108f3a..4efd8e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qcas", - "version": "0.2.0", + "version": "0.3.0", "description": "", "main": "Code.js", "devDependencies": { diff --git a/src/0_preamble.ts b/src/0_preamble.ts index 9babcb5..9c2bc78 100644 --- a/src/0_preamble.ts +++ b/src/0_preamble.ts @@ -17,4 +17,4 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -const VERSION = 'v0.2.0-20220406'; +const VERSION = 'v0.3.0';