Skip to content

Commit

Permalink
opened 3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 24, 2017
1 parent 24e2437 commit bb4537b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"autoload": {
"classmap": ["src/"],
"files": ["src/texy.php"]
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/Texy/Texy.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Texy
const NONE = false;

// Texy version
const VERSION = '2.9.1';
const REVISION = 'released on 2017-04-08';
const VERSION = '3.0-dev';
const REVISION = 'released on 2015-10-20';

// types of protection marks
const CONTENT_MARKUP = "\x17";
Expand Down

0 comments on commit bb4537b

Please sign in to comment.