Skip to content

Commit

Permalink
refs #208 : update - version number
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Sep 18, 2019
1 parent d470509 commit 2f55f12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
window.enableSW = false;

window.process = {env: {NODE_ENV: 'production'}};
window.packageVersion = "19.09.4";
window.buildVersion = "190917.120951";
window.packageVersion = "19.09.5";
window.buildVersion = "190918.110926";
</script>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion src/components/backend-ai-console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export default class BackendAIConsole extends connect(store)(LitElement) {
<div id="sidebar-navbar-footer" class="vertical center center-justified layout">
<address>
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">19.09.4.190917</small>
<small class="sidebar-footer" style="font-size:9px;">19.09.5.190918</small>
</address>
</div>
</div>
Expand Down
6 changes: 1 addition & 5 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"package": "19.09.4",
"build": "190917.120951",
"revision": "83fa8f0"
}
{ "package": "19.09.5", "build": "190918.110926", "revision": "d470509" }

0 comments on commit 2f55f12

Please sign in to comment.