Skip to content

Commit 7d47017

Browse files
committed
Version bump
1 parent b4c7717 commit 7d47017

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

client/config/dev.env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ var prodEnv = require('./prod.env')
44
module.exports = merge(prodEnv, {
55
NODE_ENV: '"development"',
66
API_URL: '"http://localhost:8000/api"',
7-
VERSION: '"1.0.2"',
7+
VERSION: '"1.0.3"',
88
})

client/config/prod.env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
NODE_ENV: '"production"',
33
API_URL: '"https://spa.vedcasts.com.br/api"',
4-
VERSION: '"1.0.2"',
4+
VERSION: '"1.0.3"',
55
}

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecasts-spa-starter-kit",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"description": "Client for Codecast's SPA Starter Kit",
55
"author": "Fabio Vedovelli <[email protected]>",
66
"private": true,

webservice/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
2+
"name": "Codecast's Single Page Application Starter Kit",
3+
"description": "This is the web service to support the kit.",
44
"keywords": ["framework", "laravel"],
55
"license": "MIT",
66
"type": "project",

0 commit comments

Comments
 (0)