Skip to content

Commit c536cca

Browse files
committed
Release 0.3.0
1 parent 9249f2a commit c536cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qcas",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "Code.js",
66
"devDependencies": {

src/0_preamble.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ GNU Affero General Public License for more details.
1717
You should have received a copy of the GNU Affero General Public License
1818
along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
*/
20-
const VERSION = 'v0.2.0-20220406';
20+
const VERSION = 'v0.3.0';

0 commit comments

Comments
 (0)