Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Fix meta info (#12)
Browse files Browse the repository at this point in the history
* version ++
version increase
* missing comma
  • Loading branch information
ArxXx authored and Stefan Weiß committed Mar 7, 2018
1 parent 1cd300c commit 8fcc7a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/fidor_starter_kits/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FidorStarterKits
VERSION = '0.6.2'
VERSION = '0.6.3'
end
2 changes: 1 addition & 1 deletion starter_kits/node_tx/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name" : "NodeJS Transactions",
"description" : "NodeJS app getting transactions and accounts. Handling oAuth login.",
"description-de" : "NodeJS App für Transaktionen und Abruf von Kontodaten, Handhabung mit dem OAuth-Token"
"description-de" : "NodeJS App für Transaktionen und Abruf von Kontodaten, Handhabung mit dem OAuth-Token",
"app_name":"node_tx",
"app_url":"http://localhost:3141",
"callback_urls":"http://localhost:3141",
Expand Down
2 changes: 1 addition & 1 deletion starter_kits/php_advanced/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name" : "PHP Advanced",
"description" : "PHP Website using multiple API objects and a tiny PHP SDK",
"description-de" : "PHP Website die viele API Funktionen nutzt und ein kleines SDK enthält"
"description-de" : "PHP Website die viele API Funktionen nutzt und ein kleines SDK enthält",
"app_name":"php_advanced",
"app_url":"http://localhost:8000",
"callback_urls":"http://localhost:8000",
Expand Down
2 changes: 1 addition & 1 deletion starter_kits/php_oauth_plain/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name" : "PHP oAuth Plain",
"description" : "PHP script getting the access token",
"description-de" : "PHP Skript um ein OAuth Access-Token zu erhalten"
"description-de" : "PHP Skript um ein OAuth Access-Token zu erhalten",
"app_name":"php_oauth_plain",
"app_url":"http://localhost:8000/example.php",
"callback_urls":"http://localhost:8000/example.php",
Expand Down
2 changes: 1 addition & 1 deletion starter_kits/ruby_oauth_plain/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display_name" : "Ruby oAuth Plain",
"description" : "Ruby app doing the oAuth login to get and use the access token. Uses Sinatra as server.",
"description-de" : "Ruby App um ein OAuth Access-Token zu erhalten."
"description-de" : "Ruby App um ein OAuth Access-Token zu erhalten.",
"app_name":"ruby_oauth_plain",
"app_url":"http://localhost:4567",
"callback_urls":"http://localhost:4567",
Expand Down

0 comments on commit 8fcc7a9

Please sign in to comment.