Merge pull request #95 from mozilla/tag-0.4.0

Updating to 0.4.0
This commit is contained in:
David Walsh 2016-03-14 13:11:58 -05:00
Родитель a65fbb6c61 6ae0ff0792
Коммит cd64bb061c
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "wp-offline-shell",
"version": "0.3.0",
"version": "0.4.0",
"description": "A WordPress plugin for selecting theme assets to be cached by service workers",
"main": "index.js",
"directories": {

Просмотреть файл

@ -3,7 +3,7 @@
class Offline_Shell_DB {
private static $instance;
const VERSION = '0.3.0';
const VERSION = '0.4.0';
public static $options = array(
// For v1 we'll prompt the user enable the plugin manually upon activation
'offline_shell_enabled' => 0,

Просмотреть файл

@ -3,7 +3,7 @@
Plugin Name: Offline Shell
Plugin URI: https://github.com/mozilla/offline-shell
Description: This WordPress plugin provides a method for caching theme assets via a service worker.
Version: 0.3.0
Version: 0.4.0
Text Domain: offline-shell
Author: David Walsh
Author URI: https://davidwalsh.name