Skip to content

Commit

Permalink
version 1.0 beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 26, 2022
1 parent 3f68050 commit 8830f3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

![Gaiman: Text based adventure games engine and programming language](https://raw.githubusercontent.com/jcubic/gaiman/master/assets/banner.svg)

[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.2-blue.svg)](https://www.npmjs.com/package/gaiman)
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.3-blue.svg)](https://www.npmjs.com/package/gaiman)
[![Build and test](https://github.com/jcubic/gaiman/actions/workflows/build.yaml/badge.svg)](https://github.com/jcubic/gaiman/actions/workflows/build.yaml)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/gaiman/badge.svg?branch=master)](https://coveralls.io/github/jcubic/gaiman?branch=master)
[![LICENSE GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/jcubic/gaiman/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gaiman",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Gaiman Text based advanture games engine and programming language",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions umd.js
Expand Up @@ -4,11 +4,11 @@
* / /_/ / /_/ / / / / / / / /_/ / / / /
* \____/\__,_/_/_/ /_/ /_/\__,_/_/ /_/
*
* Storytelling Text Based Game Engine 1.0.0-beta.2
* Storytelling Text Based Game Engine 1.0.0-beta.3
* Copyright (C) 2021 Jakub T. Jankiewicz <https://jcubic.pl/me>
*
* Released under GNU GPL v3 or later
* Buid time: Sun, 13 Nov 2022 17:02:35 GMT
* Buid time: Mon, 26 Dec 2022 22:11:41 GMT
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down Expand Up @@ -14622,7 +14622,7 @@
}(escodegen$1));

var name = "gaiman";
var version$1 = "1.0.0-beta.2";
var version$1 = "1.0.0-beta.3";
var description = "Gaiman Text based advanture games engine and programming language";
var main = "index.js";
var scripts = {
Expand Down
6 changes: 3 additions & 3 deletions umd.min.js

Large diffs are not rendered by default.

0 comments on commit 8830f3a

Please sign in to comment.