Skip to content

Commit

Permalink
v1.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Nov 1, 2019
1 parent 917b255 commit dfc678e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY
@@ -1,3 +1,9 @@
1.9.0-beta.1
============

* Add support for selecting devices by name [#162]
* Add pictures in RDL format objects [#161]

1.9.0-alpha.4
=============

Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -42,7 +42,7 @@ const Builtin = require('./lib/builtin');
* @type {string}
* @alias version
*/
const version = '1.9.0-alpha.4';
const version = '1.9.0-beta.1';

module.exports = {
version,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "thingtalk",
"version": "1.9.0-alpha.4",
"version": "1.9.0-beta.1",
"description": "ThingTalk Just-In-Time Compiler, Library and Runtime",
"license": "GPL-3.0+",
"repository": "https://github.com/stanford-oval/thingtalk",
Expand Down

0 comments on commit dfc678e

Please sign in to comment.