Skip to content

Commit

Permalink
v1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-falzone committed Aug 20, 2018
1 parent cb2fd66 commit 48b596f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const debug = require('debug')('almost-git')
var path = require('path'),
fse = require('fs-extra');

const FILE = '.git/almost.git';
const FILE = 'almost-git.json';

class Status {
constructor(root) {
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": "almost-git",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "almost-git is a tool for model and text co-evolution",
"keywords": [
"model-driven-development",
Expand Down

0 comments on commit 48b596f

Please sign in to comment.