Skip to content

Commit

Permalink
Merge pull request #109 from ryo4004/update-version
Browse files Browse the repository at this point in the history
Update for ver 0.6.9
  • Loading branch information
ryo4004 authored May 7, 2021
2 parents cb03449 + a70e97c commit 4386bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/Library/Library.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import uuidv1 from 'uuid/v1'

// constants
export const appName = 'member'
export const version = '0.6.8'
export const version = '0.6.9'
// mode を true にするとローカルのAPIを使う
const surveyProductionMode = true
const authProductionMode = true
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": "member",
"version": "0.6.8",
"version": "0.6.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4386bc9

Please sign in to comment.