We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249f2a commit c536ccaCopy full SHA for c536cca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qcas",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "",
5
"main": "Code.js",
6
"devDependencies": {
src/0_preamble.ts
@@ -17,4 +17,4 @@ GNU Affero General Public License for more details.
17
You should have received a copy of the GNU Affero General Public License
18
along with this program. If not, see <https://www.gnu.org/licenses/>.
19
*/
20
-const VERSION = 'v0.2.0-20220406';
+const VERSION = 'v0.3.0';
0 commit comments