Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

bump prefs schema #3455

Merged
merged 1 commit into from Jul 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/utils/prefs.js
Expand Up @@ -3,7 +3,7 @@
const { isDevelopment } = require("devtools-config");
const { Services, PrefsHelper } = require("devtools-modules");

const prefsSchemaVersion = "1.0.1";
const prefsSchemaVersion = "1.0.2";

const pref = Services.pref;

Expand Down