Skip to content

Commit

Permalink
Version 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
CocoaBob committed Nov 10, 2015
1 parent e989a1f commit 5bea645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window_main_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static void menu_layer_draw_row_callback(GContext *ctx, Layer *cell_layer, MenuI
if (row == MAIN_MENU_SECTION_ABOUT_ROW_AUTHOR) {
menu_cell_basic_draw(ctx, cell_layer, _("Developer"), "@CocoaBob", NULL);
} else if (row == MAIN_MENU_SECTION_ABOUT_ROW_VERSION) {
menu_cell_basic_draw(ctx, cell_layer, _("Version"), "1.1", NULL);
menu_cell_basic_draw(ctx, cell_layer, _("Version"), "1.3", NULL);
}
}
}
Expand Down

0 comments on commit 5bea645

Please sign in to comment.