Skip to content

Commit

Permalink
Merge pull request #3768 from apinf/version-update-for-release
Browse files Browse the repository at this point in the history
Version update for release 0.60.0
  • Loading branch information
ilarimikkonen authored Jul 18, 2019
2 parents fa3d371 + d4b85bc commit 67f0671
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
23 changes: 5 additions & 18 deletions apinf_packages/about/client/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@ <h3>
Apinf
</dt>
<dd>
0.58.0
0.60.0
</dd>
<dt>
API Umbrella
</dt>
<dd>
0.15.0-apinf2.1
</dd>
<dt>
Version
</dt>
<dd id="show_version">
0.15.0-apinf2.1.1
</dd>
<dt>
Branch
Expand All @@ -70,7 +65,7 @@ <h3>
{{_ "aboutApinf_copyright" }}
</dt>
<dd>
2018 Apinf Oy
2019 Apinf Oy
</dd>
<dt>
{{_ "aboutApinf_license" }}
Expand Down Expand Up @@ -107,14 +102,6 @@ <h3>
https://github.com/apinf/platform/issues
</a>
</dd>
<dt>
{{_ "aboutApinf_documentation" }}
</dt>
<dd>
<a href="http://apinf.org/docs" target="_blank">
http://apinf.org/docs
</a>
</dd>
</dl>

<!-- credits section -->
Expand All @@ -126,15 +113,15 @@ <h3>
{{_ "aboutApinf_createdBy" }}
</dt>
<dd>
<a href="http://apinf.org" target="_blank">
<a href="http://apinf.com" target="_blank">
APInf Oy
</a>
</dd>
<dt>
{{_ "aboutApinf_contributors" }}
</dt>
<dd>
Jawid Ahmadi, Taija Björklund, Vesa Härkönen, Nazia Hasan, Ville Jyrkkä, Matti Leppänen, Philippe Luickx, Ilari Mikkonen, Jarkko Moilanen, Alapan Mukherjee, Damir Mustafin, Sridevi Nittoor, Illya Nizyev, Yan Nunes, Brylie Christopher Oxley, Sakari Paloviita, Sebastian Pancia, Massimo Rangoni, Vinay Sanker, Saransh Dev Singh, Shalva Usubov, Juuso Vallius, Sarala Vanipenta, Cassiano Vellames, Maurício Vieira, Daria Voytova
Jawid Ahmadi, Taija Björklund, Vesa Härkönen, Nazia Hasan, Ville Jyrkkä, Matti Leppänen, Philippe Luickx, Ilari Mikkonen, Jarkko Moilanen, Alapan Mukherjee, Damir Mustafin, Sridevi Nittoor, Illya Nizyev, Yan Nunes, Brylie Christopher Oxley, Sakari Paloviita, Sebastian Pancia, Massimo Rangoni, Vinay Sanker, Saransh Dev Singh, Shalva Usubov, Juuso Vallius, Sarala Vanipenta, Cassiano Vellames, Maurício Vieira, Daria Voytova, Vikram Kyama, Sumedh Alshi
</dd>
<dt>
{{_ "aboutApinf_openSource" }}
Expand Down
1 change: 0 additions & 1 deletion apinf_packages/about/client/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Template } from 'meteor/templating';

Template.aboutApinf.onRendered(() => {
Meteor.call('fetchVersionData', (error, result) => {
$('#show_version').text(result.version);
$('#show_branch').text(result.branch);
$('#show_commit').text(result.commit);
$('#show_tag').text(result.tag);
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": "apinf",
"version": "0.58.0",
"version": "0.60.0",
"description": "API management portal and proxy.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 67f0671

Please sign in to comment.