Skip to content

Commit

Permalink
Merge pull request #73 from 3colorr/v1.1.2
Browse files Browse the repository at this point in the history
V1.1.2
  • Loading branch information
3colorr authored Oct 4, 2023
2 parents f58e215 + 241ca85 commit 8eae709
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mizuame/DataModel/PrinterModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Printing.swift
// Mizuame
//
// Created by becomefoolish on 2023/07/02.
// Created by Nakamura Akira(3colorr) on 2023/07/02.
//

import AppKit
Expand Down
2 changes: 1 addition & 1 deletion Mizuame/Settings/TabInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct TabInfo: View {
}

VStack(alignment: .leading, spacing: 5) {
Text("Version: 1.1.1").font(.body)
Text("Version: 1.1.2").font(.body)
Text("License: MIT license").font(.body)
HStack {
Text("settings.tab.info.src").font(.body)
Expand Down
2 changes: 1 addition & 1 deletion Mizuame/Settings/TabPrint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// TabPrint.swift
// Mizuame
//
// Created by becomefoolish on 2023/07/09.
// Created by Nakamura Akira(3colorr) on 2023/07/09.
//

import SwiftUI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SettingsViewStyle.swift
// SettingsLinkStyle.swift
// Mizuame
//
// Created by becomefoolish on 2023/09/30.
// Created by Nakamura Akira(3colorr) on 2023/09/30.
//

import SwiftUI
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ However, this app is NOT a high performance note app so that you should use othe
- [x] You can resize a note and font.
- [x] You can change theme.
- [x] Printing.
- [x] Pin a note.
- [ ] Calculation.(e.g. If you type "1+2=", "3" will be displayed.)

something something.

Expand Down

0 comments on commit 8eae709

Please sign in to comment.