Skip to content

Commit 6f9ddd8

Browse files
committed
Bugfix Version Setting
1 parent c19c0c7 commit 6f9ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tootpress_install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function tootpress_activate () {
2424

2525
// Initialize Settings
2626

27-
add_option('tootpress_plugin_version', "1");
27+
add_option('tootpress_plugin_version', "4");
2828
add_option('tootpress_database_version', "1");
2929
add_option('tootpress_active', "1");
3030
add_option('tootpress_mastodon_instance',"");

0 commit comments

Comments
 (0)