Changeset 2100213
- Timestamp:
- 06/04/2019 07:14:28 AM (7 years ago)
- File:
-
- 1 edited
-
sendapi-net/trunk/sendapi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sendapi-net/trunk/sendapi.php
r2098298 r2100213 33 33 /** 34 34 * Currently plugin version. 35 * Start at version 1.0.0 and use SemVer - https://semver.org35 * Start at version 1.0.0 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SENDAPI_VERSION', '1.0. 0' );38 define( 'SENDAPI_VERSION', '1.0.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.