v1.1
This commit is contained in:
parent
b3164f0867
commit
bab1a134a2
2 changed files with 1 additions and 5 deletions
|
@ -4,10 +4,6 @@
|
||||||
|
|
||||||
![](http://mailtrain.org/mailtrain.png)
|
![](http://mailtrain.org/mailtrain.png)
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
Current development branch is [v1.1 beta](https://github.com/andris9/mailtrain/tree/v1.1). The version in the master branch is tagged as v1.0.0.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Mailtrain supports subscriber list management, list segmentation, custom fields, email templates, large CSV list import files, etc.
|
Mailtrain supports subscriber list management, list segmentation, custom fields, email templates, large CSV list import files, etc.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailtrain",
|
"name": "mailtrain",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.0-beta.0",
|
"version": "1.1.0",
|
||||||
"description": "Self hosted email newsletter app",
|
"description": "Self hosted email newsletter app",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue