Skip to content

Commit

Permalink
version bump and changed debug registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 7, 2018
1 parent 6079f7b commit 784763c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/prod.env.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
NODE_ENV: '"production"',
TITLE: '"Language Tool Portal"',
DESCRIPTION: '"This portal provides an overview of available Natural Language Processing software, use the filters above to broaden or narrow the selection."',
REGISTRY_URL: '"http://localhost:8080/metadata.json"',
REGISTRY_URL: '"/metadata.json"',
LOGO_RIGHT: 'true',
LOGO_LEFT: 'true',
ORGANIZATIONS: '["Radboud"]',
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": "labirinto",
"version": "0.1.4",
"version": "0.2",
"description": "Labirinto is a virtual laboratory portal, it makes a collection of software browseable and searchable for the end-user. Labirinto presents the software's metadata following the CodeMeta (https://codemeta.github.io) specification in an intuitive way and allows the user to filter and perform a limited search. The portal gives access to software if it offers web-based interfaces.",
"author": "Maarten van Gompel <[email protected]>",
"homepage": "https://github.com/proycon/labirinto",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<router-view/>
<div id="footer" v-if="!iniframe">
<strong>{{env.TITLE}}</strong> - powered by <a href="https://github.com/proycon/labirinto">Labirinto</a> v0.1.4 - <a :href="env.REGISTRY_URL">View raw metadata registry</a>
<strong>{{env.TITLE}}</strong> - powered by <a href="https://github.com/proycon/labirinto">Labirinto</a> v0.2 - <a :href="env.REGISTRY_URL">View raw metadata registry</a>
</div>
</div>
</template>
Expand Down

0 comments on commit 784763c

Please sign in to comment.