Skip to content

Commit

Permalink
v2.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Jul 20, 2020
1 parent 557d99e commit 4cb893e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.8.0-beta.1
============

* FileThingpediaClient now supports multiple datasets in one dataset.tt file [#78]
* Updated dependencies [#76, #77, #79, #80, #81, #82].

2.8.0-alpha.1
=============

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const VERSION = {
/** Minor version number (incremented on feature additions) */
minor: 8,
/** Full version string, in semantic version format */
full: '2.8.0-alpha.1',
full: '2.8.0-beta.1',
/** Convert the version number to a number (for comparisons) */
valueOf() {
return this.major * 100 + this.minor;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thingpedia",
"version": "2.8.0-alpha.1",
"version": "2.8.0-beta.1",
"description": "Thingpedia SDK",
"license": "BSD-3-Clause",
"repository": "https://github.com/stanford-oval/thingpedia-api",
Expand Down

0 comments on commit 4cb893e

Please sign in to comment.